db_query("SELECT * FROM zs_news ORDER BY nTime DESC LIMIT 15"); setlocale(LC_ALL, "de_DE"); echo '

Neuigkeiten

'; echo '

'; /* */ echo '




'; while ($row = mysql_fetch_array($res)) { echo '
'.htmlspecialchars(stripslashes($row["nTitle"])).'

'.strftime("%A, %d. %B %G @ %H:%M Uhr", $row["nTime"]).'

'.nl2br(stripslashes($row["nText"])).'

'; } include('inc/bottom.php'); ?>