| Current Path : /var/www/iplanru/data/www/i-plan.ru/media/zoo/applications/download/templates/uikit/ | 
| Current File : /var/www/iplanru/data/www/i-plan.ru/media/zoo/applications/download/templates/uikit/tag.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');
$css_class = $this->application->getGroup().'-'.$this->template->name;
?>
<div class="yoo-zoo <?php echo $css_class; ?> <?php echo $css_class.'-tag'; ?>">
	<?php if ($this->params->get('template.show_alpha_index')) : ?>
		<?php echo $this->partial('alphaindex'); ?>
	<?php endif; ?>
	<?php
		// render items
		if (count($this->items)) {
			$title = JText::_('Items tagged with').' '.strtoupper($this->tag);
			$subtitle = '';
			echo $this->partial('items', compact('title', 'subtitle'));
		}
	?>
</div>