Your IP : 216.73.216.170


Current Path : /var/www/iplanru/data/www/i-plan.ru/media/zoo/applications/blog/templates/warp6/
Upload File :
Current File : /var/www/iplanru/data/www/i-plan.ru/media/zoo/applications/blog/templates/warp6/_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');

?>

<article class="item<?php echo $this->params->get('template.date') ? '' : ' no-date'; ?>">
<?php if ($item) : ?>

	<?php echo $this->renderer->render('item.teaser', array('view' => $this, 'item' => $item)); ?>

<?php endif; ?>
</article>