Move busui to seperate repository
[bus.git] / msgs.tpl
1 <?php if(!empty($status_msg)):?>
2 <DIV class="status"><?php echo $status_msg;?></div>
3 <?php endif;?>
4
5 <?php if (isset($error_msg)):?>
6 <DIV class="error"><?php echo $error_msg;?></DIV>
7 <?php endif;?>