Файл: adultscript-2.0.3-pro/files/mobile/templates/default/video_browse.tpl.php
Строк: 18
<?php defined('_VALID') or die('Restricted Access!'); ?>
<div data-role="content">
<?php echo $this->fetch('video_menu'); ?>
<?php if ($this->videos): echo $this->fetch('video_list'); ?>
<center><?php echo p('pagination', $this->pagination, build_url($this->order, $this->timeline, $this->slug, true)) ?></center>
<?php else: ?>
<center><strong><cite>No videos found!</cite></strong></center>
<?php endif; ?>
</div>