Файловый менеджер - Редактировать - /home/lmsyaran/public_html/administrator/components/com_phocacart/views/phocacartcatalogs/view.html.php
Назад
<?php /* @package Joomla * @copyright Copyright (C) Open Source Matters. All rights reserved. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php * @extension Phoca Extension * @copyright Copyright (C) Jan Pavelka www.phoca.cz * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL */ defined( '_JEXEC' ) or die(); jimport( 'joomla.application.component.view' ); class PhocaCartCpViewPhocacartCatalogs extends JViewLegacy { protected $state; protected $t; protected $r; protected $s; protected $params; protected $items = array(); function display($tpl = null) { $document = JFactory::getDocument(); $document->setTitle(JText::_('COM_PHOCACART_CATALOG')); $this->t = PhocacartUtils::setVars('catalog'); $this->s = PhocacartRenderStyle::getStyles(); $this->state = $this->get('State'); $this->params = PhocacartUtils::getComponentParameters(); $app = JFactory::getApplication(); $this->t['format'] = $app->input->get('format', '', 'string'); $cid = $app->input->get('cid', '', 'string'); $cidA = array_map('intval', explode(',', $cid)); $this->items = PhocacartProduct::getProductsByCategories($cidA); parent::display(); } } ?>
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка