view news.inc.php @ 63:922b5192b2ff

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 05 Oct 2013 12:35:33 +0300
parents e36c4d2b09c4
children 5837b9333964
line wrap: on
line source

<?
echo stGetSetting("newsDescription");

if (($res = stExecSQL("SELECT * FROM news ORDER BY utime DESC")) !== FALSE)
{
  foreach ($res as $item)
    stPrintNewsItem($item);
}
?>