Архив новостей


'; //print '

Новости

'; $q='select * from node, node_revisions, book where node.nid=node_revisions.nid and book.parent=1834 and book.nid=node.nid order by created desc limit 20'; $res=mysql_query($q); while ($row=mysql_fetch_array($res)){ $date=$row['created']; print '

'.strftime("%d",$date).' '.$month_eng_to_ru[strftime("%m",$date)].' '.strftime("%Y",$date).''; print '
'.l($row['title'],"node/$row[nid]"); //print '
'.node_teaser($row['body'], $row['format']); } //print ''; ?>