Файл: adultscript-2.0.3-pro/files/templates/defboot/pornstar_view.tpl.php
Строк: 83
<?php defined('_VALID') or die('Restricted Access!'); ?>
<?php echo $this->fetch('_pornstar'); ?>
<ul class="nav nav-tabs">
<li class="active"><a href="#videos"><strong><?php echo __('videos'),' (',$this->pagination['total_items']; ?>)</strong></a></li>
<?php if ($this->albums): ?><li><a href="<?php echo REL_URL,'/pornstar/',$this->pornstar['slug']; ?>/albums/"><strong><?php echo __('photos'),' (',$this->albums; ?>)</strong></a></li><?php endif; ?>
<?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">
<?php $icons = array('recent' => 'calendar', 'popular' => 'bar-chart', 'rated' => 'thumbs-up'); ?>
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-expanded="false">
<i class="fa fa-<?php echo $icons[$this->order]; ?>"></i> <?php echo __($this->order); ?>
<span class="caret"></span>
<span class="sr-only">Toggle Dropdown</span>
</button>
<ul class="dropdown-menu">
<li<?php if (isset($this->order) && $this->order == 'recent'): echo ' class="active"'; endif; ?>><a href="<?php echo REL_URL,'/pornstar/',$this->pornstar['slug']; ?>/"><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']; ?>/?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']; ?>/?o=rated"><i class="fa fa-thumbs-up"></i> <?php echo __('rated'); ?></a></li>
</ul>
</div>
</h2>
</div>
</div>
<?php if ($this->videos): echo $this->fetch('_video_list'); ?>
<?php echo p('adv', 'pornstar-view-bottom'); ?>
<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-videos'); ?></div>
<?php endif; ?>
<?php if ($this->pornstar['links']): echo $this->pornstar['links']; endif; ?>
</div>
</div>
</div>