2956393b68c20f6e4cf0c7f63a392e78024e774c
[atutor.git] / docs / themes / idi / include / side_menu.tmpl.php
1 <?php if (!defined('AT_INCLUDE_PATH')) { exit; } ?>
2
3 <?php if (($this->course_id > 0) && $this->side_menu): ?>
4         <?php foreach ($this->side_menu as $dropdown_file): ?>
5                 <?php if (file_exists($dropdown_file)) { require($dropdown_file); } ?>
6         <?php endforeach; ?>
7 <div style="position:absolute; bottom:0px;">&nbsp;</div>
8 <?php endif; ?>