<?php
if (user_access('adm_panel_show')) {
?>
<div class="<?php echo $div_mod_fon?>">
<div class="<?php echo $div_mod?>">
<a href="<?php echo APANEL?>" style="color: #777;display:block;"><img src="img/apanel.png" alt="*" /> <?php echo lang('Админка')?></a>
</div>
</div>
<?php
}
?>