Viewing file: f682f093a494cf4110974cb38e0a0f8ea505c6ce.file.rss.xml.php (2.43 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php /* Smarty version Smarty3-RC3, created on 2013-02-18 19:02:50 compiled from "user/templates/news/rss.xml" */ ?> <?php /*%%SmartyHeaderCode:139564324551225ebabcbd97-41497031%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed'); $_smarty_tpl->decodeProperties(array ( 'file_dependency' => array ( 'f682f093a494cf4110974cb38e0a0f8ea505c6ce' => array ( 0 => 'user/templates/news/rss.xml', 1 => 1361206965, ), ), 'nocache_hash' => '139564324551225ebabcbd97-41497031', 'function' => array ( ), 'has_nocache_code' => false, )); /*/%%SmartyHeaderCode%%*/?> <?php echo '<?xml';?> version="1.0" encoding="utf-8"<?php echo '?>';?> <rss version="2.0" xmlns="http://backend.userland.com/rss2" xmlns:yandex="http://news.yandex.ru"> <channel> <title>Житомирська міська рада</title> <link>http://zt-rada.gov.ua</link> <description><![CDATA[Офіційнийни веб-сайт Житомирської міської ради]]></description> <?php $_smarty_tpl->tpl_vars['row'] = new Smarty_Variable; $_from = $_smarty_tpl->getVariable('rows')->value; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');} if (count($_from) > 0){ foreach ($_from as $_smarty_tpl->tpl_vars['row']->key => $_smarty_tpl->tpl_vars['row']->value){ ?> <item> <title><![CDATA[<?php echo $_smarty_tpl->tpl_vars['row']->value['title'];?> ]]></title> <link><![CDATA[<?php echo $_smarty_tpl->tpl_vars['row']->value['link'];?> ]]></link> <description><![CDATA[<?php echo $_smarty_tpl->tpl_vars['row']->value['description'];?> ]]></description> <category><![CDATA[Новини]]></category> <?php if (count($_smarty_tpl->tpl_vars['row']->value['images'])>0){?> <?php $_smarty_tpl->tpl_vars['im'] = new Smarty_Variable; $_from = $_smarty_tpl->tpl_vars['row']->value['images']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');} if (count($_from) > 0){ foreach ($_from as $_smarty_tpl->tpl_vars['im']->key => $_smarty_tpl->tpl_vars['im']->value){ ?> <enclosure url="http://zt4ever.org.ua/<?php echo $_smarty_tpl->tpl_vars['im']->value['photo_filename_small'];?> " type="image/jpeg"></enclosure> <?php }} ?> <?php }?> <pubDate><?php echo $_smarty_tpl->tpl_vars['row']->value['date'];?> </pubDate> <yandex:full-text><![CDATA[<?php echo $_smarty_tpl->tpl_vars['row']->value['fulltext'];?> ]]></yandex:full-text> </item> <?php }} ?> </channel> </rss>
|