fcde1215a53d50176ce6920fda2b795ea3748c07
[atutor.git] / docs / themes / idi / 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
8 <br />
9 <h2 class="box"><span><?php echo $this->title ?></span><input class="fl-force-right" src="" alt="" title="" type="image" /></h2>
10 <div class="box" id="menu_<?php echo $compact_title ?>">
11         <?php echo $this->dropdown_contents; ?>
12 </div>