Subversion Repositories cheapmusic

Rev

Blame | Last modification | View Log | RSS feed

<?php if(!empty($msg)){
        $msgClass = empty($error) ? "success" : "error"; 
        ?>
                <p class="dirmsg">
                        <font class="<?php echo $msgClass?>"><?php echo $msg?></font>
                </p>
        <?php 
        }
?>