forked from halo-battle/game
Version 1.7b
This commit is contained in:
parent
58928889ed
commit
8a8280758b
716 changed files with 4361 additions and 33524 deletions
29
onyx/templates/templates_c/%%B7^B72^B72696B0%%rss.xtpl.php
Normal file
29
onyx/templates/templates_c/%%B7^B72^B72696B0%%rss.xtpl.php
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<?php /* Smarty version 2.6.19, created on 2008-05-10 15:12:52
|
||||
compiled from blog/rss.xtpl */ ?>
|
||||
<?php echo '<?xml'; ?>
|
||||
version="1.0" encoding="utf-8"<?php echo '?>'; ?>
|
||||
|
||||
<rss version="2.0">
|
||||
<channel>
|
||||
<title>::The Ark::</title>
|
||||
<link><?php echo $this->_tpl_vars['link']['blog']; ?>
|
||||
</link>
|
||||
<language>fr-FR</language>
|
||||
<copyright>Halo Battle</copyright>
|
||||
<description>News du blog d'Halo-battle</description>
|
||||
<?php $_from = $this->_tpl_vars['rss']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['value']):
|
||||
?>
|
||||
<item>
|
||||
<title><?php echo $this->_tpl_vars['value']['titre']; ?>
|
||||
</title>
|
||||
<link><?php echo $this->_tpl_vars['value']['link']; ?>
|
||||
</link>
|
||||
<description><?php echo $this->_tpl_vars['value']['resume']; ?>
|
||||
</description>
|
||||
<pubDate><?php echo $this->_tpl_vars['value']['date']; ?>
|
||||
</pubDate>
|
||||
</item>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
</channel>
|
||||
</rss>
|
||||
Loading…
Add table
Add a link
Reference in a new issue