Файловый менеджер - Редактировать - /home/lmsyaran/public_html/administrator/components/com_hikashop/views/menu/view.html.php
Назад
<?php /** * @package HikaShop for Joomla! * @version 2.2.3 * @author hikashop.com * @copyright (C) 2010-2013 HIKARI SOFTWARE. All rights reserved. * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html */ defined('_JEXEC') or die('Restricted access'); ?><?php class MenuViewMenu extends hikashopView{ var $triggerView = true; function display($tpl = null,$title='',$menu_style=''){ $this->assignRef('title',$title); $this->assignRef('menu_style',$menu_style); if (!HIKASHOP_PHP5) { $doc =& JFactory::getDocument(); }else{ $doc = JFactory::getDocument(); } $doc->addStyleSheet(HIKASHOP_CSS.'menu.css'); $config = hikashop_config(); $function = $this->getLayout(); if(method_exists($this,$function)) $this->$function(); $plugin = JPluginHelper::getPlugin('system', 'hikashopaffiliate'); $menus = array( array( 'name' => JText::_('SYSTEM'), 'check' => 'ctrl=config', 'acl' => 'config', 'task' => 'manage', 'icon' => 'icon-16-config', 'url' => (!HIKASHOP_J16 || JFactory::getUser()->authorise('core.admin', 'com_hikashop')) ? hikashop_completeLink('config') : '#', 'children' => array( array( 'name' => JText::_('HIKA_CONFIGURATION'), 'check' => 'ctrl=config', 'acl' => 'config', 'task' => 'manage', 'icon' => 'icon-16-config', 'url' => hikashop_completeLink('config'), 'display'=>(!HIKASHOP_J16 || JFactory::getUser()->authorise('core.admin', 'com_hikashop')) ), array( 'name' => JText::_('ZONES'), 'check' => 'ctrl=zone', 'acl' => 'zone', 'icon' => 'icon-16-language', 'url' => hikashop_completeLink('zone') ), array( 'name' => JText::_('PAYMENT_METHODS'), 'check' => array('ctrl'=>'plugins', 'plugin_type'=>'payment'), 'acl' => 'plugins', 'icon' => 'icon-16-plugin', 'url' => hikashop_completeLink('plugins&plugin_type=payment') ), array( 'name' => JText::_('SHIPPING_METHODS'), 'check' => array('ctrl'=>'plugins', 'plugin_type'=>'shipping'), 'acl' => 'plugins', 'icon' => 'icon-16-plugin', 'url' => hikashop_completeLink('plugins&plugin_type=shipping') ), array( 'name' => JText::_('TAXES'), 'check' => array('ctrl'=>'taxation'), 'acl' => 'taxation', 'icon' => 'icon-16-tax', 'url' => hikashop_completeLink('taxation') ), array( 'name' => JText::_('CURRENCIES'), 'check' => array('ctrl'=>'currency'), 'acl' => 'currency', 'icon' => 'icon-16-currency', 'url' => hikashop_completeLink('currency') ), array( 'name' => JText::_('ORDER_STATUSES'), 'check' => array('ctrl'=>'category','filter_id' => 'status'), 'acl' => 'config', 'icon' => 'icon-16-order', 'url' => hikashop_completeLink('category&filter_id=status') ), array( 'name' => JText::_('EMAILS'), 'check' => 'ctrl=email', 'acl' => 'email', 'url' => hikashop_completeLink('email'), 'icon' => 'icon-16-email', 'display' => hikashop_level(2) ), array( 'name' => JText::_('HIKA_MASSACTION'), 'check' => 'ctrl=massaction', 'acl' => 'massaction', 'url' => hikashop_completeLink('massaction'), 'icon' => 'icon-16-massaction' ) ) ), array( 'name' => JText::_('PRODUCTS'), 'check' => array('ctrl'=>'product', '!task'=>array('add')), 'acl' => 'product', 'icon' => 'icon-16-product', 'url' => hikashop_completeLink('product'), 'children' => array( array( 'name' => JText::_('ADD_PRODUCT'), 'check' => array('ctrl'=>'procut', 'task'=>'add'), 'acl' => 'product', 'task' => 'manage', 'icon' => 'icon-16-addproduct', 'url' => hikashop_completeLink('product&task=add') ), array( 'name' => JText::_('PRODUCTS'), 'check' => array('ctrl'=>'product', '!task'=>array('add')), 'acl' => 'product', 'icon' => 'icon-16-product', 'url' => hikashop_completeLink('product') ), array( 'name' => JText::_('HIKA_CATEGORIES'), 'check' => array('ctrl'=>'category','filter_id'=>'product'), 'acl' => 'category', 'icon' => 'icon-16-category', 'url' => hikashop_completeLink('category&filter_id=product') ), array( 'name' => JText::_('CHARACTERISTICS'), 'check' => 'ctrl=characteristic', 'acl' => 'characteristic', 'icon' => 'icon-16-characteristic', 'url' => hikashop_completeLink('characteristic') ), array( 'name' => JText::_('MANUFACTURERS'), 'check' => array('ctrl'=>'category','filter_id'=>'manufacturer'), 'acl' => 'category', 'icon' => 'icon-16-category', 'url' => hikashop_completeLink('category&filter_id=manufacturer') ), array( 'name' => JText::_('HIKA_BADGES'), 'check'=> 'ctrl=badge', 'acl' => 'badge', 'icon' => 'icon-16-badge', 'url' => hikashop_completeLink('badge') ), array( 'name' => JText::_('IMPORT'), 'check' => 'ctrl=import', 'acl' => 'import', 'icon' => 'icon-16-import', 'url' => hikashop_completeLink('import&task=show') ) ) ), array( 'name' => JText::_('CUSTOMERS'), 'check' => array('ctrl'=>'user','filter_partner'=>0, '!task'=>array('clicks')), 'acl' => 'user', 'icon' => 'icon-16-user', 'url' => hikashop_completeLink('user&filter_partner=0'), 'children' => array( array( 'name' => JText::_('CUSTOMERS'), 'check' => array('ctrl'=>'user','filter_partner'=>0, '!task'=>array('clicks')), 'acl' => 'user', 'icon' => 'icon-16-user', 'url' => hikashop_completeLink('user&filter_partner=0') ), array( 'name' => JText::_('VOTE'), 'check' => 'ctrl=vote', 'acl' => 'vote', 'icon' => 'icon-16-vote', 'url' => hikashop_completeLink('vote') ), array( 'name' => JText::_('HIKASHOP_CHECKOUT_CART'), 'check' => array('ctrl'=>'cart','cart_type'=>'cart'), 'acl' => 'cart', 'icon' => 'icon-16-cart', 'url' => hikashop_completeLink('cart&cart_type=cart'), 'display' => hikashop_level(1) && $config->get('enable_multicart', 1) ), array( 'name' => JText::_('WISHLISTS'), 'check' => array('ctrl'=>'cart','cart_type'=>'wishlist'), 'acl' => 'cart', 'icon' => 'icon-16-wishlist', 'url' => hikashop_completeLink('cart&cart_type=wishlist'), 'display' => hikashop_level(1) && $config->get('enable_wishlist', 0) ), array( 'name' => JText::_('HIKA_WAITLIST'), 'check' => array('ctrl'=>'waitlist'), 'acl' => 'waitlist', 'icon' => 'icon-16-wishlist', 'url' => hikashop_completeLink('waitlist'), 'display' => hikashop_level(1) && $config->get('product_waitlist', 1) ) ) ), array( 'name' => JText::_('ORDERS'), 'check' => array('ctrl'=>'order','filter_partner'=>0), 'acl' => 'order', 'icon' => 'icon-16-order', 'url' => hikashop_completeLink('order&order_type=sale&filter_partner=0'), 'children' => array( array( 'name' => JText::_('ORDERS'), 'check' => array('ctrl'=>'order','filter_partner'=>0), 'acl' => 'order', 'icon' => 'icon-16-order', 'url' => hikashop_completeLink('order&order_type=sale&filter_partner=0') ), array( 'name' => JText::_('DISCOUNTS'), 'check' => 'ctrl=discount', 'acl' => 'discount', 'icon' => 'icon-16-discount', 'url' => hikashop_completeLink('discount') ), array( 'name' => JText::_('HIKASHOP_ENTRIES'), 'check' => 'ctrl=entry', 'acl' => 'entry', 'icon' => 'icon-16-article', 'url' => hikashop_completeLink('entry'), 'display' => hikashop_level(2) ), array( 'name' => JText::_('HIKASHOP_REPORTS'), 'check' => 'ctrl=report', 'acl' => 'report', 'icon' => 'icon-16-report', 'url' => hikashop_completeLink('report'), 'display' => hikashop_level(1) ) ) ), array( 'name' => JText::_('AFFILIATES'), 'check' => array('ctrl'=>'user','filter_partner'=>'1'), 'acl' => 'user', 'icon' => 'icon-16-affiliate', 'url' => hikashop_completeLink('user&filter_partner=1'), 'display' => (!empty($plugin) && hikashop_level(2)), 'children' => array( array( 'name' => JText::_('PARTNERS'), 'check' => array('ctrl'=>'user','filter_partner'=>'1'), 'acl' => 'user', 'icon' => 'icon-16-affiliate', 'url' => hikashop_completeLink('user&filter_partner=1') ), array( 'name' => JText::_('HIKA_BANNERS'), 'check' => 'ctrl=banner', 'acl' => 'banner', 'icon' => 'icon-16-banner', 'url' => hikashop_completeLink('banner') ), array( 'name' => JText::_('AFFILIATES_SALES'), 'check' => array('ctrl'=>'order','filter_partner'=>'1'), 'acl' => 'order', 'icon' => 'icon-16-order', 'url' => hikashop_completeLink('order&order_type=sale&filter_partner=1') ), array( 'name' => JText::_('CLICKS'), 'check' => array('ctrl'=>'user', 'task'=>'clicks'), 'acl' => 'order', 'icon' => 'icon-16-click', 'url' => hikashop_completeLink('user&task=clicks') ) ) ), array( 'name' => JText::_('DISPLAY'), 'check' => 'ctrl=view', 'acl' => 'view', 'icon' => 'icon-16-views', 'url' => hikashop_completeLink('view'), 'children' => array( array( 'name' => JText::_('VIEWS'), 'check' => 'ctrl=view', 'acl' => 'view', 'icon' => 'icon-16-views', 'url' => hikashop_completeLink('view') ), array( 'name' => JText::_('CONTENT_MENUS'), 'check' => 'ctrl=menus', 'acl' => 'menus', 'icon' => 'icon-16-menu', 'url' => hikashop_completeLink('menus') ), array( 'name' => JText::_('CONTENT_MODULES'), 'check' => 'ctrl=modules', 'acl' => 'modules', 'icon' => 'icon-16-module', 'url' => hikashop_completeLink('modules') ), array( 'name' => JText::_('FIELDS'), 'check' => 'ctrl=field', 'acl' => 'field', 'icon' => 'icon-16-field', 'url' => hikashop_completeLink('field') ), array( 'name' => JText::_('FILTERS'), 'check' => 'ctrl=filter', 'acl' => 'filter', 'icon' => 'icon-16-filter', 'url' => hikashop_completeLink('filter'), 'display' => hikashop_level(2) ) ) ), array( 'name' => JText::_('DOCUMENTATION'), 'check' => 'ctrl=documentation', 'acl' => 'documentation', 'icon' => 'icon-16-help', 'url' => hikashop_completeLink('documentation'), 'children' => array( array( 'name' => JText::_('DOCUMENTATION'), 'check' => 'ctrl=documentation', 'acl' => 'documentation', 'icon' => 'icon-16-help', 'url' => hikashop_completeLink('documentation') ), array( 'name' => JText::_('UPDATE_ABOUT'), 'check' => 'ctrl=update', 'acl' => 'update_about', 'icon' => 'icon-16-install', 'url' => hikashop_completeLink('update') ), array( 'name' => JText::_('FORUM'), 'options' => 'target="_blank"', 'acl' => 'forum', 'icon' => 'icon-16-info', 'url' => HIKASHOP_URL.'support/forum.html' ) ) ) ); $this->_checkActive($menus); $this->assignRef('menus',$menus); parent::display($tpl); } function _checkActive(&$menus, $level = 0){ if($level >= 2) return; if(empty($this->request)) { $this->request = array(); $this->request['option'] = JRequest::getCmd('option', HIKASHOP_COMPONENT); $this->request['ctrl'] = JRequest::getCmd('ctrl', null); $this->request['task'] = JRequest::getCmd('task', null); } foreach($menus as $k => $menu) { if(!empty($menu['check'])) { if(is_array($menu['check'])) { $active = true; if(!isset($menu['check']['option'])) { $menu['check']['option'] = HIKASHOP_COMPONENT; } foreach($menu['check'] as $key => $value) { $invert = false; if(substr($key, 0, 1) == '!') { $key = substr($key,1); $invert = true; } if(!isset($this->request[$key])) { $this->request[$key] = JRequest::getCmd($key, null); } if($value === 0 && empty($this->request[$key])) { continue; } if($invert) { if(is_array($value)) { $active = !in_array($this->request[$key], $value); } else { $active = ($this->request[$key] != $value); } } else { $active = ($this->request[$key] == $value); } if(!$active) break; } if($active) { $menus[$k]['active'] = true; } } else { if(strpos($menu['check'], 'option=') === false) { if($this->request['option'] == HIKASHOP_COMPONENT && strpos(@$_SERVER['QUERY_STRING'], $menu['check']) !== false) { $menus[$k]['active'] = true; } } elseif(strpos(@$_SERVER['QUERY_STRING'], $menu['check']) !== false) { $menus[$k]['active'] = true; } } } if(isset($menu['display']) && !$menu['display']) { unset($menus[$k]); continue; } if(!empty($menu['children'])) { $this->_checkActive($menus[$k]['children'], $level+1); } } } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка