0byt3m1n1-V2
Path:
/
home
/
a
/
c
/
a
/
academiac
/
www
/
[
Home
]
File: mod_menu.php.tar
home/academiac/www/modules/mod_menu/mod_menu.php 0000644 00000001472 15137211570 0016004 0 ustar 00 <?php /** * @package Joomla.Site * @subpackage mod_menu * @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // no direct access defined('_JEXEC') or die; // Include the syndicate functions only once require_once dirname(__FILE__).'/helper.php'; $list = modMenuHelper::getList($params); $app = JFactory::getApplication(); $menu = $app->getMenu(); $active = $menu->getActive(); $active_id = isset($active) ? $active->id : $menu->getDefault()->id; $path = isset($active) ? $active->tree : array(); $showAll = $params->get('showAllChildren'); $class_sfx = htmlspecialchars($params->get('class_sfx')); if(count($list)) { require JModuleHelper::getLayoutPath('mod_menu', $params->get('layout', 'default')); } home/academiac/www/administrator/modules/mod_menu/mod_menu.php 0000644 00000001412 15140144367 0020661 0 ustar 00 <?php /** * @package Joomla.Administrator * @subpackage mod_menu * @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // no direct access defined('_JEXEC') or die; // Include the module helper classes. if (!class_exists('ModMenuHelper')) { require dirname(__FILE__).'/helper.php'; } if (!class_exists('JAdminCssMenu')) { require dirname(__FILE__).'/menu.php'; } // Initialise variables. $lang = JFactory::getLanguage(); $user = JFactory::getUser(); $menu = new JAdminCSSMenu(); $enabled = JRequest::getInt('hidemainmenu') ? false : true; // Render the module layout require JModuleHelper::getLayoutPath('mod_menu', $params->get('layout', 'default'));
©
2018.