news.php
347 Bytes
<?php
$rubric = "Íîâîñòè";
$setup->meta = array("title"=>$rubric . " - Êàðòà ñàéòà ExstremStyle.ua","keywords"=>"","description"=>$rubric . " Êëþ÷åâûå ñòðàíèöû ñàéòà");
$res = $setup->db->getAll("select * from news order by id desc",array(),DB_FETCHMODE_ASSOC);
$setup->tpl->assign('news',$res);
$setup->tpl->assign('tpl',"sitemap-news.tpl");
?>