Merge branch 'master' of ssh://apples.lambdacomplex.org/git/bus
[bus.git] / 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;?>