view news.inc.php @ 20:02ff0c29df8a

s/voter/entry/.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 06 Dec 2012 18:45:43 +0200
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);
}
?>