Add analytics
[bus.git] / busui / owa / modules / base / templates / msgs.tpl
1
2
3
4
5
6
7
<?php if(!empty($status_msg)):?>
<DIV class="status"><?php echo $status_msg;?></div>
<?php endif;?>

<?php if (isset($error_msg)):?>
<DIV class="error"><?php echo $error_msg;?></DIV>
<?php endif;?>