Файл: adultscript-2.0.3-pro/files/templates/defboot/profile_menu.tpl.php
Строк: 32
<?php defined('_VALID') or die('Restricted Access!'); ?>
<ul class="nav nav-tabs">
<li<?php if ($this->submenu == 'profile'): echo ' class="active"'; endif; ?>><a href="<?= REL_URL,'/users/',$this->username,'/"><i class="fa fa-user"></i> ',__('profile'); ?></a></li>
<li<?php if ($this->submenu == 'videos'): echo ' class="active"'; endif; ?>><a href="<?= REL_URL,'/users/',$this->username,'/videos/"><i class="fa fa-video-camera"></i> ',__('videos'); ?></a></li>
<li<?php if ($this->submenu == 'photos'): echo ' class="active"'; endif; ?>><a href="<?= REL_URL,'/users/',$this->username,'/photos/"><i class="fa fa-camera"></i> ',__('photos'); ?></a></li>
<li<?php if ($this->submenu == 'connections'): echo ' class="active"'; endif; ?>><a href="<?= REL_URL,'/users/',$this->username,'/connections/"><i class="fa fa-users"></i> ',__('connections'); ?></a></li>
<li<?php if ($this->submenu == 'comments'): echo ' class="active"'; endif; ?>><a href="<?= REL_URL,'/users/',$this->username,'/comments/"><i class="fa fa-comments"></i> ',__('comments'); ?></a></li>
</ul>