Файл: adultscript-2.0.3-pro/files/templates/defboot/pornstar_albums.tpl.php
Строк: 82
<?php defined('_VALID') or die('Restricted Access!'); ?>
<?php echo $this->fetch('_pornstar'); ?>
<ul class="nav nav-tabs">
<li><a href="<?php echo REL_URL,'/pornstar/',$this->pornstar['slug']; ?>/"><strong><?php echo __('videos'),' (',$this->pagination['total_items']; ?>)</strong></a></li>
<li class="active"><a href="#albums"><strong><?php echo __('photos'),' (',$this->pagination['total_items']; ?>)</strong></a></li>
<?php if ($this->comments): ?><li><a href="<?php echo REL_URL,'/pornstar/',$this->pornstar['slug']; ?>/comments/"><strong><?php echo __('comments'),' (<span id="total-comments">',$this->comments; ?></span>)</strong></a></li><?php endif; ?>
</ul>
<div class="content-model">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 model-heading">
<h2><?php echo e($this->title); ?>
<div class="btn-group pull-right" role="group">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-expanded="false">
<i class="fa fa-calendar"></i> <?php echo __('recent'); ?>
<span class="caret"></span>
<span class="sr-only">Toggle Dropdown</span>
</button>
<ul class="dropdown-menu pull-right" role="menu">
<li<?php if (isset($this->order) && $this->order == 'recent'): echo ' class="active"'; endif; ?>><a href="<?php echo REL_URL,'/pornstar/',$this->pornstar['slug']; ?>/albums/"><i class="fa fa-calendar"></i> <?php echo __('recent'); ?></a></li>
<li<?php if (isset($this->order) && $this->order == 'popular'): echo ' class="active"'; endif; ?>><a href="<?php echo REL_URL,'/pornstar/',$this->pornstar['slug']; ?>/albums/?o=popular"><i class="fa fa-bar-chart"></i> <?php echo __('popular'); ?></a></li>
<li<?php if (isset($this->order) && $this->order == 'rated'): echo ' class="active"'; endif; ?>><a href="<?php echo REL_URL,'/pornstar/',$this->pornstar['slug']; ?>/albums/?o=rated"><i class="fa fa-thumbs-up"></i> <?php echo __('rated'); ?></a></li>
</ul>
</div>
</h2>
</div>
</div>
<?php if ($this->albums): echo $this->fetch('_photo_albums_list'); ?>
<nav class="text-center"><ul class="pagination pagination-lg"><?php echo p('pagination', $this->pagination, CUR_URL); ?></ul></nav>
<?php else: ?>
<div class="none"><?php echo __('no-albums'); ?></div>
<?php endif; ?>
<?php if ($this->pornstar['links']): echo $this->pornstar['links']; endif; ?>
</div>
</div>
</div>