remove old readme
[atutor.git] / docs / themes / default / infomessage.tmpl.php
1 <?php  
2 /*
3  * @author Jacek Materna
4  *
5  *      One Savant variable: $item which is the processed ouput message content according to lang spec.
6  */
7  
8 global $_base_href; ?>
9
10 <div id="info">
11         <?php if (is_array($this->item)) : ?>
12                 <ul>
13                 <?php foreach($this->item as $i) : ?>
14                         <li><?php echo $i; ?></li>
15                 <?php endforeach; ?>
16                 </ul>
17         <?php endif; ?>
18 </div>