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