| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * @version $Id: mod_mainmenu.php 14401 2010-01-26 14:10:00Z louis $ 4 * @package Joomla 5 * @copyright Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved. 6 * @license GNU/GPL, see LICENSE.php 7 * Joomla! is free software. This version may have been modified pursuant 8 * to the GNU General Public License, and as distributed it includes or 9 * is derivative of works licensed under the GNU General Public License or 10 * other free or open source software licenses. 11 * See COPYRIGHT.php for copyright notices and details. 12 */ 13 14 // no direct access 15 defined('_JEXEC') or die('Restricted access'); 16 17 // Include the syndicate functions only once 18 require_once (dirname(__FILE__).DS.'helper.php'); 19 20 $params->def('menutype', 'mainmenu'); 21 $params->def('class_sfx', ''); 22 $params->def('menu_images', 0); 23 $params->def('menu_images_align', 0); 24 $params->def('expand_menu', 0); 25 $params->def('activate_parent', 0); 26 $params->def('indent_image', 0); 27 $params->def('indent_image1', 'indent1.png'); 28 $params->def('indent_image2', 'indent2.png'); 29 $params->def('indent_image3', 'indent3.png'); 30 $params->def('indent_image4', 'indent4.png'); 31 $params->def('indent_image5', 'indent5.png'); 32 $params->def('indent_image6', 'indent.png'); 33 $params->def('spacer', ''); 34 $params->def('end_spacer', ''); 35 $params->def('full_active_id', 0); 36 37 // Added in 1.5 38 $params->def('startLevel', 0); 39 $params->def('endLevel', 0); 40 $params->def('showAllChildren', 0); 41 42 require(JModuleHelper::getLayoutPath('mod_mainmenu'));
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |