<div id="nav_aside">
<div id="nav_content">
<span id="nav_heading"><?php echo $this->lang['hello'] . ' ' . Session::get('admin_user') ?></span>
<ul>
<?php $this->getData('main_menu'); ?>
</ul>
</div>
</div>