view news.inc.php @ 117:9a52fa9d4ecc

Show 'show_id' in the vote sheet as well.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 22 Oct 2013 12:42:04 +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);
}
?>