Hvað er Anarkismi? Útgáfa Bókasafn Dreifing Hafa Samband
Fréttir / Uppfærslur Greinar Bækur um Anarkisma TenglarMyndir

0) { echo "UMFJALLANIR
";} $sql="select n_id, UNIX_TIMESTAMP(n_date) as my_date, n_title, n_type, n_text, n_author from andspyrna_efni order by n_id desc, n_title desc"; $result=@mysql_query($sql,$db); while ($myrow=mysql_fetch_array($result)) { $n_id=$myrow["n_id"]; $n_date=date($date_format,$myrow["my_date"]); $n_type=$myrow["n_type"]; $author=$myrow["n_author"]; $n_title=$myrow["n_title"]; if ($author) { $printauthorname = "(".$author.")"; } else { $printauthorname = " "; } if ( $n_date >= $olddate ) { $isthisnew = "- Nýleg grein"; } else { $isthisnew = " "; } echo "

   $myrow[n_title] $printauthorname $isthisnew

"; $count++; } ?>