Вход Регистрация
Файл: adultscript-2.0.3-pro/files/mobile/templates/default/kb_view.tpl.php
Строк: 16
<?php defined('_VALID') or die('Restricted Access!'); ?>
    <div data-role="content">
        <ul data-role="listview">
            <li data-role="list-divider"><?php echo __('popular-title'); ?></li>
            <?php foreach ($this->articles as $article): ?>
            <li><a href="<?php echo MOBILE_REL,'/kb/',$article['kb_id'],'/">',e($article['kb_title']); ?> <span class="ui-li-count"><?php echo $article['total_views']; ?></span></a></li>
            <?php endforeach; ?>
        </ul>
        <br>
        <form id="kb-search" method="get" action="<?php echo MOBILE_REL?>/kb/search/">
            <input name="s" type="search" value="">
        </form>
        <br>
        <ul data-role="listview">
            <li data-role="list-divider"><?php echo __('categories'); ?></li>
            <?php foreach ($this->categories as $category): ?>
            <li><a href="<?php echo MOBILE_REL,'/kb/',$category['slug'],'/">',e($category['name']); ?> <span class="ui-li-count"><?php echo $category['total_articles']; ?></span></a></li>
            <?php endforeach; ?>
        </ul>
    </div>
Онлайн: 0
Реклама