PHP Classes

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

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/themes/xbootstrap/modules/lexikon/lx_rss.tpl   Download  
File: htdocs/themes/xbootstrap/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: Merge pull request #1396 from luciorota/patch-9

Merge pull request #1388 from mambax7/feature/array_merge_resources_greedy_construction

Merge pull request #1239 from Andrew-Staves-Activ/notificationhandler_subscribe_success

Merge pull request #1120 from GregMage/formcaptcha_Option2

Formcaptcha option2, closes #1119 closes #1121
Merge xswatch4
Date: 2 months ago
Size: 1,630 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}> </link> <description><{$channel_desc}> </description> <lastBuildDate><{$channel_lastbuild}> </lastBuildDate> <docs>https://cyber.harvard.edu/rss/rss.html/</docs> <generator><{$channel_generator}> </generator> <category><{$channel_category}> </category> <managingEditor><{$channel_editor}> </managingEditor> <webMaster><{$channel_webmaster}> </webMaster> <language><{$channel_language}> </language> <{if !empty($image_url)}> <image> <title><{$channel_title}> </title> <url><{$image_url}> </url> <link><{$channel_link}> </link> <width><{$image_width}> </width> <height><{$image_height}> </height> </image> <{/if}> <{foreach item=item from=$items|default:null}> <item> <title><{$item.title}> </title> <link><{$item.link}> </link> <description><{$item.description}> </description> <pubDate><{$item.pubdate}> </pubDate> <guid><{$item.guid}> </guid> </item> <{/foreach}> </channel> </rss>