PHP Classes

File: htdocs/themes/xbootstrap5/modules/lexikon/lx_rss.tpl

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/themes/xbootstrap5/modules/lexikon/lx_rss.tpl   Download  
File: htdocs/themes/xbootstrap5/modules/lexikon/lx_rss.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 2 months ago
Size: 1,608 bytes
 

Contents

Class file image Download
<{if isset($xoops_rsscss)}> <{*<?xml-stylesheet type="text/css" href="<{$xoops_themecss}>"?>*}> <{/if}> <rss version="2.0"> <channel> <title><{$channel_title}> </title> <link><{$channel_link}> <description><{$channel_desc}> </description> <lastbuilddate><{$channel_lastbuild}> </lastbuilddate> <docs>https://backend.userland.com/rss/</docs> <generator><{$channel_generator}> </generator> <category><{$channel_category}> </category> <managingeditor><{$channel_editor}> </managingeditor> <webmaster><{$channel_webmaster}> </webmaster> <language><{$channel_language}> </language> <{if $image_url|default:'' != ''}> <img> <title><{$channel_title}> </title> <url><{$image_url}> </url> <link><{$channel_link}> <width><{$image_width}> </width> <height><{$image_height}> </height> <{/if}> <{foreach item=item from=$items|default:null}> <item> <title><{$item.title}> </title> <link><{$item.link}> <description><{$item.description}> </description> <pubdate><{$item.pubdate}> </pubdate> <guid><{$item.guid}> </guid> </item> <{/foreach}> </channel> </rss>