Файл: adultscript-2.0.3-pro/files/admin/templates/default/player_menu.tpl.php
Строк: 16
<?php defined('_VALID') or die('Restricted Access!'); ?>
<div class="clearfix tabbar barProds">
<ul class="tabs">
<li><a href="<?php echo ADMIN_URL; ?>/index.php?q=player/add"<?php if ($this->submenu == 'player_add'): echo ' class="selected"'; endif; ?>><img src="<?php echo TPL_REL; ?>/images/icons/plus-small.png" alt="Add Player Profile" />Add</a></li>
<li><a href="<?php echo ADMIN_URL; ?>/index.php?q=player/manage"<?php if ($this->submenu == 'player_manage'): echo ' class="selected"'; endif; ?>><img src="<?php echo TPL_REL; ?>/images/icons/plus-small.png" alt="Manage Profiles" />Manage</a></li>
</ul>
</div>