Code Search for Developers
 
 
  

astrum_frontend_leftcolumn.tpl.html from Astrum Futura at Krugle


Show astrum_frontend_leftcolumn.tpl.html syntax highlighted

<!-- ASTRUM LEFT SIDE VERTICAL MENU -->
<div id="astrum_menu_vertical_container">

<?php include 'astrum_frontend_menu.tpl.html'; ?>

<?php
if(!isset($this->_session->authenticated) || $this->_session->authenticated !== 1):
    include 'astrum_frontend_leftcolumn_loginform.tpl.html';
endif;
?>

</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