
						 
						$Content=DbMQFA("select * from novice where objava='1' order by datum desc");
						echo IzpisDatum($Content['Datum']); ?>
						
 echo $Content['Naslov']; ?>
						 echo $Content['Podnaslov']; ?>
						
Preberi celotno novico
						 $ContentSql=DbQuery("select * from novice where objava='1' order by datum desc limit 1,2");
						while ($Content=DbFA($ContentSql)) { ?>
						
						 } ?>