c8ed8daa9418326ba5945db9661c7008cba60077
[atutor.git] / docs / themes / default / warningmessage.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 ?>
11
12 <div id="warning">
13         <?php if (is_array($this->item)) : ?>
14                 <ul>
15                 <?php foreach($this->item as $e) : ?>
16                         <li><?php echo $e; ?></li>
17                 <?php endforeach; ?>
18                 </ul>
19         <?php endif; ?>
20 </div>