summaryrefslogtreecommitdiff
path: root/forum/utils/error.php
blob: bc2cadb477f6f94189ee5e4718eaebba845a0a3f (plain)
1
2
3
4
5
<?php
function error($msg) {
	return "<div class=\"error\">Error: " . $msg . "</div>\n";
}
?>