Файл: adultscript-2.0.3-pro/files/templates/defboot/profile_items.tpl.php
Строк: 29
<?php defined('_VALID') or die('Restricted Access!'); ?>
<div id="content" class="row">
<?php echo $this->fetch('profile_left'); ?>
<div class="col-xs-12 col-sm-8 col-md-9">
<?php echo $this->fetch('profile_menu'); ?>
<div class="panel panel-default margin-top-10">
<div class="panel-heading">
<?php echo $this->title,' <span>(',$this->pagination['total_items']; ?>)</span>
</div>
<div class="panel-body">
<?php echo $this->fetch('_'.$this->extra.'_list'); ?>
<?php if ($this->pagination['total_items'] > 0): ?>
<nav class="text-center"><ul class="pagination pagination-lg"><?php echo p('pagination', $this->pagination, $this->url); ?></ul></nav>
<?php endif; ?>
</div>
</div>
</div>
</div>