| Server IP : 195.130.67.5 / Your IP : 216.73.216.231 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/icd/modules/mod_mj_imode_menu/ |
Upload File : |
<?php
/**
* Mobile Joomla!
* http://www.mobilejoomla.com
*
* @version 0.9.7
* @license http://www.gnu.org/licenses/gpl-2.0.htm GNU/GPL
* @copyright (C) 2008-2010 MobileJoomla!
* @date August 2010
*/
defined('_JEXEC') or die('Restricted access');
/** @var JParameter $params */
$params->def('menutype', 'mainmenu');
$params->def('class_sfx', '');
$params->def('accesskey', 1);
$params->def('menu_images', 0);
$params->def('menu_images_align', 0);
$params->def('activate_parent', 0);
$params->def('full_active_id', 0);
require_once(dirname(__FILE__).DS.'legacy.php');
require(JModuleHelper::getLayoutPath('mod_mj_imode_menu'));