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