cd8c63d017e3c5042c11010bec51191671633680
[acontent.git] / docs / themes / default / include / side_menu.tmpl.php
1 <?php 
2 if (!defined('TR_INCLUDE_PATH')) { exit; } 
3
4 if (!is_array($this->side_menu)) return;
5
6 foreach ($this->side_menu as $dropdown_file){
7         if (file_exists($dropdown_file)) { require($dropdown_file); } 
8 }
9 ?>
10 <div style="position:absolute; bottom:0px;">&nbsp;</div>