Файловый менеджер - Редактировать - /home/lmsyaran/public_html/components/com_hikashop/fields/hikashopmodule.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 JFormFieldHikashopmodule extends JFormField{ protected $type = 'hikashopmodule'; protected function getInput() { if(!defined('DS')) define('DS', DIRECTORY_SEPARATOR); if(!function_exists('hikashop_config') && !include_once(rtrim(JPATH_ADMINISTRATOR,DS).DS.'components'.DS.'com_hikashop'.DS.'helpers'.DS.'helper.php')){ return 'This module can not work without the Hikashop Component'; } $config =& hikashop_config(); if(!hikashop_isAllowed($config->get('acl_modules_manage','all'))){ return 'Access to the HikaShop options of the modules is restricted'; } $id = JRequest::getInt('id'); if(!empty($id)){ $text = '<a style="float:left;" title="'.JText::_('HIKASHOP_OPTIONS').'" href="'.JRoute::_('index.php?option=com_hikashop&ctrl=modules&fromjoomla=1&task=edit&cid[]='.$id).'" >'.JText::_('HIKASHOP_OPTIONS').'</a>'; }else{ $text = JText::_('HIKASHOP_OPTIONS_EDIT'); } return $text; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка