Blame view

modules/sitemap/articles.php 358 Bytes
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 articles order by id desc",array(),DB_FETCHMODE_ASSOC);
  $setup->tpl->assign('articles',$res);
  $setup->tpl->assign('tpl',"sitemap-articles.tpl");
  ?>