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