Файловый менеджер - Редактировать - /var/www/iplanru/data/www/i-plan.ru/media/zoo/applications/download/templates/default/_categories.php
Назад
<?php /** * @package com_zoo * @author YOOtheme http://www.yootheme.com * @copyright Copyright (C) YOOtheme GmbH * @license http://www.gnu.org/licenses/gpl.html GNU/GPL */ // no direct access defined('_JEXEC') or die('Restricted access'); ?> <div class="categories"> <?php // init vars $i = 0; // render rows foreach ($this->selected_categories as $category) { if ($category && !($category->totalItemCount() || $this->params->get('config.show_empty_categories', false))) continue; if ($i % $this->params->get('template.categories_cols') == 0) echo ($i > 0 ? '</div><div class="row">' : '<div class="row first-row">'); $firstcell = ($i % $this->params->get('template.categories_cols') == 0) ? 'first-cell' : null; echo '<div class="width'.intval(100 / $this->params->get('template.categories_cols')).' '.$firstcell.'">'.$this->partial('category', compact('category')).'</div>'; $i++; } if (!empty($this->selected_categories)) { echo '</div>'; } ?> </div>
| ver. 1.4 |
Github
|
.
| PHP 5.4.45-1~dotdeb+6.1 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка