view news.inc.php @ 96:9959a8075aad

Add stylesheet for hardcopy prints.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 18 Oct 2013 20:29:46 +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);
}
?>