| Current Path : /var/www/iplanru/data/www/i-plan.ru/media/zoo/applications/movie/templates/uikit/ |
| Current File : /var/www/iplanru/data/www/i-plan.ru/media/zoo/applications/movie/templates/uikit/_alphaindex.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');
?>
<ul class="uk-subnav uk-subnav-line uk-text-center">
<?php
foreach (explode("\n", $this->alpha_index->render()) as $char) {
echo "<li>{$char}</li>\n";
}
?>
</ul>
<hr>