b0y-101 Mini Shell


Current Path : E:/www/km/05/administrator/modules/mod_menu/tmpl/
File Upload :
Current File : E:/www/km/05/administrator/modules/mod_menu/tmpl/default.php

<?php
/**
 * @package     Joomla.Administrator
 * @subpackage  mod_menu
 *
 * @copyright   Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die;

$direction = JFactory::getDocument()->direction == 'rtl' ? 'pull-right' : '';

$menu->renderMenu('menu', $enabled ? 'nav ' . $direction : 'nav disabled ' . $direction);

Copyright © 2019 by b0y-101