42868d70
andryeyev
Создал GIT
|
1
2
3
4
5
6
7
8
|
<?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");
?>
|