uawdijnntqw1x1x1
IP : 216.73.216.155
Hostname : vm5018.vps.agava.net
Kernel : Linux vm5018.vps.agava.net 3.10.0-1127.8.2.vz7.151.14 #1 SMP Tue Jun 9 12:58:54 MSK 2020 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
var
/
www
/
iplanru
/
data
/
.
/
mod-tmp
/
..
/
www
/
.
/
.
/
.
/
i-plan.ru
/
modules
/
mod_zoocomment
/
tmpl
/
uikit_list.php
/
/
<?php /** * @package ZOO Comment * @author YOOtheme http://www.yootheme.com * @copyright Copyright (C) YOOtheme GmbH * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only */ // no direct access defined('_JEXEC') or die('Restricted access'); ?> <?php if (count($comments)) : ?> <ul class="uk-comment-list"> <?php $i = 0; foreach ($comments as $comment) : ?> <?php // set author name $author = $comment->getAuthor(); $author->name = $author->name ? $author->name : JText::_('COM_ZOO_ANONYMOUS'); ?> <li class="<?php if ($author->isJoomlaAdmin()) echo 'uk-comment-byadmin'; ?>"> <article class="uk-comment"> <header class="uk-comment-header"> <?php if ($params->get('show_avatar', 1)) : ?> <div class="uk-comment-avatar"> <?php if ($author->url) : ?><a href="<?php echo $author->url; ?>" title="<?php echo $author->url; ?>" rel="nofollow"><?php endif; ?> <?php echo $author->getAvatar($params->get('avatar_size', 50)); ?> <?php if ($author->url) : ?></a><?php endif; ?> </div> <?php endif; ?> <?php if ($params->get('show_author', 1)) : ?> <h4 class="uk-comment-title"> <?php if ($author->url) : ?><a href="<?php echo $author->url; ?>" title="<?php echo $author->url; ?>" rel="nofollow"><?php endif; ?> <?php echo $author->name; ?> <?php if ($author->url) : ?></a><?php endif; ?> </h4> <?php endif; ?> <?php if ($params->get('show_meta', 1)) : ?> <div class="uk-comment-meta"> <?php echo $zoo->html->_('date', $comment->created, $zoo->date->format(JText::_('ZOO_COMMENT_MODULE_DATE_FORMAT')), $zoo->date->getOffset()); ?> | <a class="permalink" href="<?php echo JRoute::_($zoo->route->comment($comment)); ?>">#</a> </div> <?php endif; ?> </header> <div class="uk-comment-body"> <?php echo $zoo->comment->filterContentOutput($zoo->string->truncate($comment->content, $zoo->get('commentsmodule.max_characters'))); ?> </div> </article> </li> <?php $i++; endforeach; ?> </ul> <?php else : ?> <?php echo JText::_('COM_ZOO_NO_COMMENTS_FOUND'); ?> <?php endif;
/var/www/iplanru/data/./mod-tmp/../www/./././i-plan.ru/modules/mod_zoocomment/tmpl/uikit_list.php