19f575a90d073b52403e0d3d6c3fb31c7aac898b
[atutor.git] / docs / themes / default / include / box.tmpl.php
1 <?php 
2 if (!defined('AT_INCLUDE_PATH')) { exit; } 
3 global $_base_path;
4
5 $compact_title = str_replace(' ', '', $this->title);
6 ?>
7 <br />
8 <h2 class="box"><span><?php echo $this->title ?></span><input class="fl-force-right" src="" alt="" title="" type="image" /></h2>
9 <div class="box" id="menu_<?php echo $compact_title ?>">
10         <?php echo $this->dropdown_contents; ?>
11 </div>
12