include('conf.php');
if ($_GET['ContentID']) $ContentID=DbPreveriId("novice",$_GET['ContentID']);
if (!$_GET['ContentID']) {
$ContentID=DbMQFA("select ID from novice where Objava='1' order by datum desc");
Preusmeritev("?ContentID=".$ContentID);
}
$Content=DbMQFA("select * from novice where ID='".$ContentID."'");
$Datum=explode("-",$Content['Datum']);
$Mesec=$Datum[1];
$Leto=$Datum[0];
?>
echo $Content['Vsebina'];?>
$Sql="select * from slike where rubrika='novice' and artikelid='".$Content['ID']."' and objava='1'";
$Fotografij=DbNR($Sql);
if ($Fotografij>0) { ?>
Fotografije
$SlikaSql=DbQuery($Sql);
while ($Slika=DbFA($SlikaSql)) {
$i++;?>
$ContentSql=DbQuery("select * from novice where objava='1' and Datum>'".$Leto."-".$Mesec."-1' and Datum<'".$Leto."-".$Mesec."-31' order by datum desc");
while ($Content=DbFA($ContentSql)) {?>
echo IzpisDatum($Content['Datum']);?> echo $Content['Naslov'];?>
echo $Content['Podnaslov'];?>
}?>
$Naslednja=DbMQFA("select * from novice where Datum>'".$Leto."-".($Mesec+1)."-1' order by datum asc"); if ($Naslednja) {?>< Naslednji mesec } ?>
$Prejsnja=DbMQFA("select * from novice where Datum<'".$Leto."-".($Mesec-1)."-31' order by datum desc"); if ($Prejsnja) {?>Prejšnji mesec > } ?>