Файловый менеджер - Редактировать - /var/www/iplanru/data/www/i-plan.ru/media/zoo/applications/product/templates/contra/_items.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="items <?php if ($itemstitle) echo 'has-box-title'; ?>"> <?php if ($itemstitle) : ?> <h1 class="box-title"><span><span><?php echo $itemstitle; ?></span></span></h1> <?php endif; ?> <div class="box-t1"> <div class="box-t2"> <div class="box-t3"></div> </div> </div> <div class="box-1"> <?php // init vars $i = 0; $columns = $this->params->get('template.items_cols', 2); reset($this->items); // render rows while ((list($key, $item) = each($this->items)) || ($i % $columns != 0)) { if ($i % $columns == 0) echo ($i > 0 ? '</div><div class="row">' : '<div class="row first-row">'); $first = ($i % $columns == 0) ? ' first-item' : null; echo '<div class="width'.intval(100 / $columns).$first.'">'.$this->partial('item', compact('item')).'</div>'; $i++; } if (!empty($this->items)) { echo '</div>'; } ?> <?php echo $this->partial('pagination'); ?> </div> <div class="box-b1"> <div class="box-b2"> <div class="box-b3"></div> </div> </div> </div>
| ver. 1.4 |
Github
|
.
| PHP 5.4.45-1~dotdeb+6.1 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка