Joomla 1.5 Я в замешательстве. :(

Тема в разделе "Создание структуры", создана пользователем allt, 18.10.2011.

  1. Offline

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

    Регистрация:
    18.09.2011
    Сообщения:
    34
    Симпатии:
    0
    Пол:
    Мужской
    Как сделать нижнее меню.

    Вот типа вот так.

    | жизнь | любовь | о человеке | отношения | форум | блоги |

    создаю меню хочу древовидныйм а оно не хаочет
     
    Последнее редактирование: 18.10.2011
  2.  
  3. Offline

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

    Регистрация:
    06.04.2011
    Сообщения:
    134
    Симпатии:
    0
    Пол:
    Мужской
    делал летом....меню это список, какие палочки в нем нужны для разделения указываем в CSS. А простой вариант не выводить его модулем, а вставить этот текст в шаблон.
     
  4. Offline

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

    Регистрация:
    18.09.2011
    Сообщения:
    34
    Симпатии:
    0
    Пол:
    Мужской
    я его не могу вывести древовидным!
     
  5. Offline

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

    Регистрация:
    18.09.2011
    Сообщения:
    34
    Симпатии:
    0
    Пол:
    Мужской
    ок подскажи как в шаблов вписать?
    Вот код
    Код (html):
    1. <?php
    2. /**
    3. * @package Gantry Template Framework - RocketTheme
    4. * @version 1.5.3 March 10, 2010
    5. * @author RocketTheme http://www.rockettheme.com
    6. * @copyright Copyright (C) 2007 - 2010 RocketTheme, LLC
    7. * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
    8. *
    9. * Gantry uses the Joomla Framework (http://www.joomla.org), a GNU/GPLv2 content management system
    10. *
    11. */
    12. // no direct access
    13. defined( '_JEXEC' ) or die( 'Restricted index access' );
    14.  
    15. // load and inititialize gantry class
    16. require_once('lib/gantry/gantry.php');
    17. $gantry->init();
    18.  
    19. ?>
    20. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    21. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $gantry->language; ?>" lang="<?php echo $gantry->language;?>" >
    22. <head>
    23.     <?php
    24.         $gantry->displayHead();
    25.         $gantry->addStyles(array('template.css','joomla.css','style.css','typography.css'));
    26.     ?>
    27. </head>
    28.     <body id="rt-variation" <?php echo $gantry->displayBodyTag(); ?>>
    29.         <?php /** Begin Drawer **/ if ($gantry->countModules('drawer')) : ?>
    30.         <div id="rt-drawer">
    31.             <div class="rt-container">
    32.                 <?php echo $gantry->displayModules('drawer','standard','standard'); ?>
    33.                 <div class="clear"></div>
    34.             </div>
    35.         </div>
    36.         <?php /** End Drawer **/ endif; ?>
    37.         <div id="rt-main-header" <?php echo $gantry->displayClassesByTag('rt-main-header'); ?>><div id="rt-header-overlay" <?php echo $gantry->displayClassesByTag('rt-header-overlay'); ?>><div id="rt-main-header2"><div id="rt-header-graphic" <?php echo $gantry->displayClassesByTag('rt-header-graphic'); ?>>
    38.             <?php /** Begin Top **/ if ($gantry->countModules('top')) : ?>
    39.             <div id="rt-top">
    40.                 <div class="rt-container">
    41.                     <?php echo $gantry->displayModules('top','standard','standard'); ?>
    42.                     <div class="clear"></div>
    43.                 </div>
    44.             </div>
    45.             <?php /** End Top **/ endif; ?>
    46.             <?php /** Begin Header **/ if ($gantry->countModules('header')) : ?>
    47.             <div id="rt-header">
    48.                 <div class="rt-container">
    49.                     <div class="shadow-left"><div class="shadow-right"><div class="shadow-bottom">
    50.                         <?php echo $gantry->displayModules('header','standard','standard'); ?>
    51.                         <div class="clear"></div>
    52.                     </div></div></div>
    53.                 </div>
    54.             </div>
    55.             <?php /** End Header **/ endif; ?>
    56.             <?php /** Begin Menu **/ if ($gantry->countModules('navigation')) : ?>
    57.             <div id="rt-navigation"><div id="rt-navigation2"><div id="rt-navigation3">
    58.                 <div class="rt-container">
    59.                     <div class="shadow-left"><div class="shadow-right">
    60.                         <?php echo $gantry->displayModules('navigation','basic','basic'); ?>
    61.                         <div class="clear"></div>
    62.                     </div></div>
    63.                 </div>
    64.             </div></div></div>
    65.             <?php /** End Menu **/ endif; ?>
    66.             <?php /** Begin Showcase **/ if (true or $gantry->countModules('showcase')) : ?>
    67.             <div id="rt-showcase"><div id="rt-showcase2">
    68.                 <div class="rt-container">
    69.                     <div class="shadow-left"><div class="shadow-right"><div class="shadow-bl"><div class="shadow-br">
    70.                         <?php echo $gantry->displayModules('showcase','standard','showcase'); ?>
    71.                         <div class="clear"></div>
    72.                     </div></div></div></div>
    73.                 </div>
    74.             </div></div>
    75.             <?php /** End Showcase **/ endif; ?>
    76.         </div></div></div></div>
    77.         <div id="rt-main-surround"><div id="rt-main-overlay" <?php echo $gantry->displayClassesByTag('rt-main-overlay'); ?>><div id="rt-main-surround2" <?php echo $gantry->displayClassesByTag('rt-main-surround'); ?>>
    78.             <div class="rt-container">
    79.                 <div class="shadow-left"><div class="shadow-right">
    80.                     <?php /** Begin Utility **/ if ($gantry->countModules('utility')) : ?>
    81.                     <div id="rt-utility" <?php echo $gantry->displayClassesByTag('rt-feature'); ?>><div id="rt-utility2"><div id="rt-utility3">
    82.                         <?php echo $gantry->displayModules('utility','standard','basic'); ?>
    83.                         <div class="clear"></div>
    84.                     </div></div></div>
    85.                     <?php /** End Utility **/ endif; ?>
    86.                     <?php /** Begin Feature **/ if ($gantry->countModules('feature')) : ?>
    87.                     <div id="rt-feature" <?php echo $gantry->displayClassesByTag('rt-feature'); ?>><div id="rt-feature-overlay" <?php echo $gantry->displayClassesByTag('rt-feature-overlay'); ?>><div id="rt-feature2">
    88.                         <?php echo $gantry->displayModules('feature','standard','feature'); ?>
    89.                         <div class="clear"></div>
    90.                     </div></div></div>
    91.                     <?php /** End Feature **/ endif; ?>
    92.                     <div id="rt-mainbody-bg" <?php echo $gantry->displayClassesByTag('rt-mainbody-bg'); ?>><div id="rt-body-overlay" <?php echo $gantry->displayClassesByTag('rt-body-overlay'); ?>>
    93.                         <div id="rt-mainbody-shadow">
    94.                             <div id="body-inner-l"><div id="body-inner-r">
    95.                                 <?php /** Begin Breadcrumbs **/ if ($gantry->countModules('breadcrumb')) : ?>
    96.                                 <div id="rt-breadcrumbs">
    97.                                     <?php echo $gantry->displayModules('breadcrumb','basic','breadcrumbs'); ?>
    98.                                     <div class="clear"></div>
    99.                                 </div>
    100.                                 <?php /** End Breadcrumbs **/ endif; ?>
    101.                                 <?php /** Begin Main Top **/ if ($gantry->countModules('maintop')) : ?>
    102.                                 <div id="rt-maintop">
    103.                                     <?php echo $gantry->displayModules('maintop','standard','standard'); ?>
    104.                                     <div class="clear"></div>
    105.                                 </div>
    106.                                 <?php /** End Main Top **/ endif; ?>
    107.                                 <?php /** Begin Main Body **/ ?>
    108.                                 <?php echo $gantry->displayMainbody('mainbody','sidebar','standard','standard','standard','standard','standard'); ?>
    109.                                 <?php /** End Main Body **/ ?>
    110.                                 <?php /** Begin Main Bottom **/ if ($gantry->countModules('mainbottom')) : ?>
    111.                                 <div id="rt-mainbottom">
    112.                                     <?php echo $gantry->displayModules('mainbottom','standard','standard'); ?>
    113.                                     <div class="clear"></div>
    114.                                 </div>
    115.                                 <?php /** End Main Bottom **/ endif; ?>
    116.                             </div></div>
    117.                         </div>
    118.                     </div></div>
    119.                 </div></div>
    120.             </div>
    121.         </div></div></div>
    122.         <?php /** Begin Bottom **/ if ($gantry->countModules('bottom')) : ?>
    123.         <div id="rt-bottom" <?php echo $gantry->displayClassesByTag('rt-bottom'); ?>><div id="rt-bottom-overlay" <?php echo $gantry->displayClassesByTag('rt-bottom-overlay'); ?>><div id="rt-bottom2">
    124.             <div class="rt-container">
    125.                 <div class="shadow-left"><div class="shadow-right">
    126.                     <?php echo $gantry->displayModules('bottom','standard','standard'); ?>
    127.                     <div class="clear"></div>
    128.                 </div></div>
    129.             </div>
    130.         </div></div></div>
    131.         <?php /** End Bottom **/ endif; ?>
    132.         <?php /** Begin Footer Wrap **/ if ($gantry->countModules('footer') or $gantry->countModules('copyright') or $gantry->countModules('debug')) : ?>
    133.         <div id="rt-main-footer" <?php echo $gantry->displayClassesByTag('rt-bottom'); ?>><div id="rt-footer-overlay" <?php echo $gantry->displayClassesByTag('rt-bottom-overlay'); ?>><div id="rt-main-footer2">
    134.             <?php /** Begin Footer **/ if ($gantry->countModules('footer')) : ?>
    135.             <div id="rt-footer"><div id="rt-footer2">
    136.                 <div class="rt-container">
    137.                     <?php echo $gantry->displayModules('footer','standard','standard'); ?>
    138.                     <div class="clear"></div>
    139.                 </div>
    140.             </div></div>
    141.             <?php /** End Footer **/ endif; ?>
    142.             <?php /** Begin Copyright **/ if ($gantry->countModules('copyright')) : ?>
    143.             <div id="rt-copyright">
    144.                 <div class="rt-container">
    145.                     <?php echo $gantry->displayModules('copyright','standard','standard'); ?>
    146.                     <div class="clear"></div>
    147.                 </div>
    148.             </div>
    149.             <?php /** End Copyright **/ endif; ?>
    150.             <?php /** Begin Debug **/ if ($gantry->countModules('debug')) : ?>
    151.             <div id="rt-debug">
    152.                 <div class="rt-container">
    153.                     <?php echo $gantry->displayModules('debug','standard','standard'); ?>
    154.                     <div class="clear"></div>
    155.                 </div>
    156.             </div>
    157.             <?php /** End Debug **/ endif; ?>
    158.         </div></div></div>
    159.         <?php endif; ?>
    160.         <?php /** Begin Preset Creator **/
    161.         $gantry->displayFeature('presetcreator');
    162.         /** End Preset Creator **/ ?>
    163.         <?php /** Begin Popup **/
    164.         echo $gantry->displayModules('popup','popup','popup');
    165.         /** End Popup **/ ?>
    166.     </body>
    167. </html>
    168. <?php
    169. $gantry->finalize();
    170. ?>
     

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

Загрузка...