astrum_frontend_menu.tpl.html from Astrum Futura at Krugle
Show astrum_frontend_menu.tpl.html syntax highlighted
<!-- ASTRUM LEFT SIDE VERTICAL MENU -->
<div id="astrum_menu_vertical_container">
<div id="astrum_menu_vertical">
<ul id="astrum_vertical_menu_items">
<li><a href="<?php echo $this->URLROOT ?>/index">Home</a></li>
<?php if($this->_session->authenticated == 1): ?>
<li><a href="<?php echo $this->URLROOT ?>/logout">Logout</a></li>
<?php else: ?>
<li><a href="<?php echo $this->URLROOT ?>/login/form">Login</a></li>
<li><a href="<?php echo $this->URLROOT ?>/signup">Anmelden</a></li>
<?php endif; ?>
<li><a href="<?php echo $this->URLROOT ?>/game">Login</a></li>
<li><a href="http://forums.astrumfutura.com">Forum</a></li>
<li><a href="http://manual.astrumfutura.com">Handbuch</a></li>
<li><a href="http://wiki.astrumfutura.com">Wiki</a></li>
<li><a href="<?php echo $this->URLROOT ?>/about">Informationen</a></li>
</ul>
</div><!-- EOF:astrum_menu_vertical-->
</div><!--EOF:astrum_menu_vertical_container-->
See more files for this project here