".mysql_result($Erg, $n, "Betreff")."";
// Schow Admin Page
if( $_SESSION['CVS'][ "admin/news.php" ] == "Y" )
echo " [edit]";
echo "
".mysql_result($Erg, $n, "Datum").", ";
echo UID2Nick(mysql_result($Erg, $n, "UID"))."\n";
echo "".nl2br(mysql_result($Erg, $n, "Text"))."
\n";
}
}
include ("./inc/footer.php");
?>