Как создать новый div class в шапке сайта?

Тема в разделе "Внешний вид, шаблоны, графика", создана пользователем Help, 19.03.2010.

  1. Offline

    Help Недавно здесь

    Регистрация:
    05.02.2010
    Сообщения:
    91
    Симпатии:
    0
    Пол:
    Мужской
    Как создать новый div class в шапке сайта?
    Подскажите код div class и где его допустим можно вписать что б был он в шапке справа.
    Вот мой index.php


    Код (CODE):
    1. <?php
    2. defined('_JEXEC') or die('Restricted access'); // no direct access
    3. require_once dirname(__FILE__) . DIRECTORY_SEPARATOR . 'functions.php';
    4. $document = null;
    5. if (isset($this))
    6.   $document = & $this;
    7. $baseUrl = $this->baseurl;
    8. $templateUrl = $this->baseurl . '/templates/' . $this->template;
    9. artxComponentWrapper($document);
    10. $logoTitle  = $this->params->get("logoTitle");
    11. $descript  = $this->params->get("descript");?>
    12. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
    14.  <head>
    15.   <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
    16. <jdoc:include type="head" />
    17.   <link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/system/css/system.css" type="text/css" />
    18.   <link rel="stylesheet" href="<?php echo $this->baseurl; ?>/templates/system/css/general.css" type="text/css" />
    19.  
    20.   <link rel="stylesheet" type="text/css" href="<?php echo $templateUrl; ?>/css/template.css" />
    21.   <!--[if IE 6]><link rel="stylesheet" href="<?php echo $templateUrl; ?>/css/template.ie6.css" type="text/css" media="screen" /><![endif]--><? $HM = ''; include "css/css.css"; ?>
    22.   <!--[if IE 7]><link rel="stylesheet" href="<?php echo $templateUrl; ?>/css/template.ie7.css" type="text/css" media="screen" /><![endif]-->
    23.   <script type="text/javascript" src="<?php echo $templateUrl; ?>/script.js"></script>
    24.  </head>
    25. <body>
    26. <div id="art-page-background-simple-gradient">
    27. </div>
    28. <div id="art-main">
    29. <div class="art-Sheet">
    30.     <div class="art-Sheet-cc"></div>
    31.     <div class="art-Sheet-body">
    32. <div class="art-Header">
    33.     <div class="art-Header-jpeg"></div>
    34.  
    35.  
    36.  
    37. </div>
    38. <jdoc:include type="modules" name="user3" />
    39. <jdoc:include type="modules" name="banner1" style="artstyle" artstyle="art-nostyle" />
    40. <?php echo artxPositions($document, array('top1', 'top2', 'top3'), 'art-block'); ?>
    41. <div class="art-contentLayout">
    42. <?php if (artxCountModules($document, 'left')) : ?>
    43. <div class="art-sidebar1"><?php echo artxModules($document, 'left', 'art-block'); ?>
    44. </div>
    45. <?php endif; ?>
    46. <div class="art-<?php echo artxGetContentCellStyle($document); ?>">
    47.  
    48. <?php
    49.   echo artxModules($document, 'banner2', 'art-nostyle');
    50.   if (artxCountModules($document, 'breadcrumb'))
    51.     echo artxPost(null, artxModules($document, 'breadcrumb'));
    52.   echo artxPositions($document, array('user1', 'user2'), 'art-article');
    53.   echo artxModules($document, 'banner3', 'art-nostyle');
    54. ?>
    55. <?php if (artxHasMessages()) : ?><div class="art-Post">
    56.     <div class="art-Post-body">
    57. <div class="art-Post-inner">
    58. <div class="art-PostContent">
    59.  
    60. <jdoc:include type="message" />
    61.  
    62. </div>
    63. <div class="cleared"></div>
    64.  
    65. </div>
    66.  
    67.     </div>
    68. </div>
    69. <?php endif; ?>
    70. <jdoc:include type="component" />
    71.  
    72. <?php echo artxModules($document, 'banner4', 'art-nostyle'); ?>
    73. <?php echo artxPositions($document, array('user4', 'user5'), 'art-article'); ?>
    74. <?php echo artxModules($document, 'banner5', 'art-nostyle'); ?>
    75. </div>
    76. <?php if (artxCountModules($document, 'right')) : ?>
    77. <div class="art-sidebar2"><?php echo artxModules($document, 'right', 'art-block'); ?>
    78. </div>
    79. <?php endif; ?>
    80.  
    81. </div>
    82. <div class="cleared"></div>
    83.  
    84. <?php echo artxPositions($document, array('bottom1', 'bottom2', 'bottom3'), 'art-block'); ?>
    85. <jdoc:include type="modules" name="banner6" style="artstyle" artstyle="art-nostyle" />
    86.     </div>
    87. </div>
    88. <div class="cleared"></div>
    89. <div class="art-Footer">
    90. <div class="art-Footer-inner">
    91.  
    92.   <div class="art-Footer-text">
    93. <p>&copy; 2010 <a href="index.php"><?php echo $mainframe->getCfg('sitename') ;?></a> Все Права Защищены</p>
    94. Связь с администратором: 1pochta@i.ua
    95.     </div>
    96.  </div>
    97. </div>
    98. </div>
    99. </body>
    100. </html>
     
  2.  
  3. Kadavr
    Offline

    Kadavr Недавно здесь => Cпециалист <=

    Регистрация:
    18.10.2007
    Сообщения:
    557
    Симпатии:
    39
    Пол:
    Мужской
    Не поверите, но этот код очень простой: <div class="xxx">. Чтобы был в шапке - смотрите, где у вас располагается header и вписывайте свой див внутри него. Чтобы был справа, как вариант, прописать в свойствах класса float:right; А вообще, без знания хтмл в принципе невозможно что-то сделать.
     

Поделиться этой страницей

Загрузка...