Файловый менеджер - Редактировать - /var/www/iplanru/data/www/i-plan.ru/media/zoo/applications/jbuniversal/templates/catalog/alphaindex.php
Назад
<?php /** * JBZoo is universal CCK, application for YooTheme Zoo component * @package JBZoo * @author JBZoo App http://jbzoo.com * @copyright Copyright (C) JBZoo.com * @license http://www.gnu.org/licenses/gpl.html GNU/GPL */ // no direct access defined('_JEXEC') or die('Restricted access'); $this->app->jbdebug->mark('template::alphaindex::start'); $this->app->jblayout->setView($this); $title = JText::_('JBZOO_STARTING_WITH') . ' "' . $this->app->string->strtoupper($this->alpha_char) . '"'; $this->app->document->setTitle($title); if (!$this->app->jbcache->start($this->alpha_char)) { $this->app->jbwrapper->start(); echo '<h1 class="title">' . $title . '</h1>'; // alphaindex if ($this->params->get('template.show_alpha_index', 0)) { echo $this->app->jblayout->render('alphaindex', $this->alpha_index); } // categories list if ($this->params->get('template.subcategories_show', 1) && count($this->selected_categories)) { echo '<h2 class="subtitle">' . JText::_('JBZOO_FOUND_AMONG_CATEGORIES') . '</h2>'; echo $this->app->jblayout->render('subcategories', $this->selected_categories); } // items list if ($this->params->get('config.items_show', 1) && count($this->items)) { echo '<h2 class="subtitle">' . JText::_('JBZOO_FOUND_AMONG_ITEMS') . '</h2>'; echo $this->app->jblayout->render('items', $this->items); } // pagination render echo $this->app->jblayout->render('pagination', $this->pagination, array('link' => $this->pagination_link)); $this->app->jbwrapper->end(); $this->app->jbcache->stop(); } $this->app->jbdebug->mark('template::alphaindex::finish');
| ver. 1.4 |
Github
|
.
| PHP 5.4.45-1~dotdeb+6.1 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка