Code Search for Developers
 
 
  

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

Astrum Futura

Multiplayer space strategy game written in PHP5 with the Zend Framework. User interface uses Javascript/AJAX for dynamic interaction. Players compete across a hexagonal map of 10,000 sectors, planets, stars and other locations through trade and combat.

Project homepage: http://sourceforge.net/projects/astrumfutura
Programming language(s): PHP,XML
License: other

  astrum_frontend_footer.tpl.html
  astrum_frontend_header.tpl.html
  astrum_frontend_leftcolumn.tpl.html
  astrum_frontend_leftcolumn_loginform.tpl.html
  astrum_frontend_leftcolumn_userinfo.tpl.html
  astrum_frontend_menu.tpl.html