Subversion Repositories cheapmusic

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
103 - 1
<?php if(!empty($msg)){
2
	$msgClass = empty($error) ? "success" : "error";
3
	?>
4
		<p class="dirmsg">
5
			<font class="<?php echo $msgClass?>"><?php echo $msg?></font>
6
		</p>
7
	<?php
8
	}
9
?>