47 lines
1.6 KiB
Smarty
47 lines
1.6 KiB
Smarty
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<rss version="2.0">
|
||
|
<channel>
|
||
|
<title>{$shop_name}</title>
|
||
|
<link>http://www.bricoprive.com</link>
|
||
|
<language>{$language}-{$language|strtoupper}</language>
|
||
|
<copyright>{$shop_name}</copyright>
|
||
|
<pubDate>{$date}</pubDate>
|
||
|
<lastBuildDate>{$date}</lastBuildDate>
|
||
|
|
||
|
<sect_00>
|
||
|
<title><![CDATA[{$title}]]></title>
|
||
|
<description_short><![CDATA[]]></description_short>
|
||
|
<image></image>
|
||
|
<url></url>
|
||
|
<pubDate>{$date}</pubDate>
|
||
|
</sect_00>
|
||
|
|
||
|
{foreach $section_1 as $sale}
|
||
|
<sect_01>
|
||
|
<title><![CDATA[{$sale->title[2]}{$sale->fields}]]></title>
|
||
|
<description_short><![CDATA[{$sale->description[2]}]]></description_short>
|
||
|
<image>http://newsletter.bricoprive.com/sales/{$sale->id}/liston_2.jpg</image>
|
||
|
<url>{*{$link->getCategoryLink($sale->id_category, $sale->alias[2], 2)}*}http://www.bricoprive.com</url>
|
||
|
<pubDate>{$date}</pubDate>
|
||
|
</sect_01>
|
||
|
{/foreach}
|
||
|
{foreach $section_2 as $sale}
|
||
|
<sect_02>
|
||
|
<title><![CDATA[{$sale->title[2]}{$sale->fields}]]></title>
|
||
|
<description_short><![CDATA[{$sale->description[2]}]]></description_short>
|
||
|
<image>http://newsletter.bricoprive.com/sales/{$sale->id}/liston_2.jpg</image>
|
||
|
<url>{*{$link->getCategoryLink($sale->id_category, $sale->alias[2], 2)}*}http://www.bricoprive.com</url>
|
||
|
<pubDate>{$date}</pubDate>
|
||
|
</sect_02>
|
||
|
{/foreach}
|
||
|
|
||
|
<sect_03>
|
||
|
<title><![CDATA[]]></title>
|
||
|
<description_short><![CDATA[]]></description_short>
|
||
|
<image>{$image}</image>
|
||
|
<url>{$image_url}</url>
|
||
|
<pubDate>{$date}</pubDate>
|
||
|
</sect_03>
|
||
|
</channel>
|
||
|
</rss>
|