Файл: adultscript-2.0.3-pro/files/mobile/templates/default/channel_menu.tpl.php
Строк: 20
<?php defined('_VALID') or die('Restricted Access!'); ?>
<div data-role="controlgroup" data-type="horizontal" data-mini="true">
<a href="<?php echo build_url('recent'),'" class="ui-btn ui-corner-all'; if ($this->order == 'recent'): echo ' ui-btn-active'; endif; echo '">',__('recent'); ?></a>
<a href="<?php echo build_url('popular'),'" class="ui-btn ui-corner-all'; if ($this->order == 'popular'): echo ' ui-btn-active'; endif; echo '">',__('popular'); ?></a>
<a href="<?php echo build_url('videos'),'" class="ui-btn ui-corner-all'; if ($this->order == 'videos'): echo ' ui-btn-active'; endif; echo '">',__('videos'); ?></a>
</div>