include('inc/head.php'); include('inc/config.php'); $config = new config; $res = $config->db_query("SELECT * FROM zs_news ORDER BY nTime DESC LIMIT 15"); setlocale(LC_ALL, "de_DE"); echo '
'.htmlspecialchars(stripslashes($row["nTitle"])).'![]() '.strftime("%A, %d. %B %G @ %H:%M Uhr", $row["nTime"]).' |
'.nl2br(stripslashes($row["nText"])).'
'; } include('inc/bottom.php'); ?>