Файл: adultscript-2.0.3-pro/files/mobile/templates/default/users_videos_public.tpl.php
Строк: 17
<?php defined('_VALID') or die('Restricted Access!'); $now = time()-1800; ?>
<?php echo $this->fetch('users_header'); ?>
<h3><?php echo __('users-videos-public-title'),' (',$this->pagination['total_items']; ?>)</h3>
</div>
<div class="ui-body ui-body-b">
<?php if ($this->videos): ?>
<?php echo $this->fetch('users_videos_list'); ?>
<center><?php echo p('pagination', $this->pagination, MOBILE_REL.'/users/'.e($this->username).'/videos/public/#PAGE#/'); ?></center>
<?php else: ?>
<div class="none"><?php echo __('no-videos-public', array($this->username)); ?></div>
<?php endif; ?>
<?php echo $this->fetch('users_footer'); ?>