Файл: adultscript-2.0.3-pro/files/admin/templates/default/content_menu.tpl.php
Строк: 30
<?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=content/manage"<?php if ($this->submenu == 'content_manage'): echo ' class="selected"'; endif; ?>><img src="<?php echo TPL_REL; ?>/images/icons/plus-small.png" alt="Manage Menus" />Manage Content</a></li>
<li><a href="<?php echo ADMIN_URL; ?>/index.php?q=content/add"<?php if ($this->submenu == 'content_add'): echo ' class="selected"'; endif; ?>><img src="<?php echo TPL_REL; ?>/images/icons/plus-small.png" alt="Add Menu" />Add Content</a></li>
</ul>
</div>