Файловый менеджер - Редактировать - /var/www/iplanru/data/www/i-plan.ru/media/zoo/applications/documentation/templates/uikit/item.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'); // include syntaxhighlighter $this->app->document->addScript($this->template->resource.'libraries/prettify/prettify.js'); $css = $this->params->get('template.prettify_style', 'prettify.css'); $this->app->document->addStylesheet($this->template->resource.'libraries/prettify/'.$css); $css_class = $this->application->getGroup().'-'.$this->template->name; ?> <div class="yoo-zoo <?php echo $css_class; ?> <?php echo $css_class.'-'.$this->item->alias; ?>"> <?php if ($this->renderer->pathExists('item/'.$this->item->type)) : ?> <?php echo $this->renderer->render('item.'.$this->item->type.'.full', array('view' => $this, 'item' => $this->item)); ?> <?php echo $this->app->comment->renderComments($this, $this->item); ?> <?php else : ?> <?php echo $this->renderer->render('item.full', array('view' => $this, 'item' => $this->item)); ?> <?php echo $this->app->comment->renderComments($this, $this->item); ?> <?php endif; ?> <script type="text/javascript"> jQuery(function($) { prettyPrint(); }); </script> </div>
| ver. 1.4 |
Github
|
.
| PHP 5.4.45-1~dotdeb+6.1 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка