0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
tikiwiki
/
1.9.7-31
/
standard
/
htdocs
/
templates
/
modules
/
[
Home
]
File: mod-rsslist.tpl
{tikimodule title="{tr}RSS Feeds{/tr}" name="rsslist" flip=$module_params.flip decorations=$module_params.decorations} <div id="rss"> {if $feature_wiki eq 'y' and $rss_wiki eq 'y' and $tiki_p_view eq 'y'} <a title="{tr}Wiki RSS{/tr}" href="tiki-wiki_rss.php?ver={$rssfeed_default_version}"><img alt="RSS" style="border: 0; vertical-align: text-bottom;" src="img/rss.png" /></a> <small>{tr}Wiki{/tr}</small><br /> {/if} {if $feature_blogs eq 'y' and $rss_blogs eq 'y' and $tiki_p_read_blog eq 'y'} <a title="{tr}Blogs RSS{/tr}" href="tiki-blogs_rss.php?ver={$rssfeed_default_version}"><img alt="RSS" style="border: 0; vertical-align: text-bottom;" src="img/rss.png" /></a> <small>{tr}Blogs{/tr}</small><br /> {/if} {if $feature_articles eq 'y' and $rss_articles eq 'y' and $tiki_p_read_article eq 'y'} <a title="{tr}Articles RSS{/tr}" href="tiki-articles_rss.php?ver={$rssfeed_default_version}"><img alt="rss" style="border: 0; vertical-align: text-bottom;" src="img/rss.png" /></a> <small>{tr}Articles{/tr}</small><br /> {/if} {if $feature_galleries eq 'y' and $rss_image_galleries eq 'y' and $tiki_p_view_image_gallery eq 'y'} <a title="{tr}Image Galleries RSS{/tr}" href="tiki-image_galleries_rss.php?ver={$rssfeed_default_version}"><img alt="RSS" style="border: 0; vertical-align: text-bottom;" src="img/rss.png" /></a> <small>{tr}Image Galleries{/tr}</small><br /> {/if} {if $feature_file_galleries eq 'y' and $rss_file_galleries eq 'y' and $tiki_p_view_file_gallery eq 'y'} <a title="{tr}File Galleries RSS{/tr}" href="tiki-file_galleries_rss.php?ver={$rssfeed_default_version}"><img alt="RSS" style="border: 0; vertical-align: text-bottom;" src="img/rss.png" /></a> <small>{tr}File Galleries{/tr}</small><br /> {/if} {if $feature_forums eq 'y' and $rss_forums eq 'y' and $tiki_p_forum_read eq 'y'} <a title="{tr}Forums RSS{/tr}" href="tiki-forums_rss.php?ver={$rssfeed_default_version}"><img alt="RSS" style="border: 0; vertical-align: text-bottom;" src="img/rss.png" /></a> <small>{tr}Forums{/tr}</small><br /> {/if} {if $feature_maps eq 'y' and $rss_mapfiles eq 'y' and $tiki_p_map_view eq 'y'} <a title="{tr}Maps RSS{/tr}" href="tiki-map_rss.php?ver={$rssfeed_default_version}"><img alt="RSS" style="border: 0; vertical-align: text-bottom;" src="img/rss.png" /></a> <small>{tr}Maps{/tr}</small><br /> {/if} {if $feature_directory eq 'y' and $rss_directories eq 'y' and $tiki_p_view_directory eq 'y'} <a href="tiki-directories_rss.php?ver={$rssfeed_default_version}"><img alt="rss" style="border: 0; vertical-align: text-bottom;" src="img/rss.png" /></a> <small>{tr}Directories{/tr}</small><br /> {/if} {if $feature_calendar eq 'y' and $rss_calendar eq 'y' and $tiki_p_view_calendar eq 'y'} <a href="tiki-calendars_rss.php?ver={$rssfeed_default_version}"><img alt="rss" style="border: 0; vertical-align: text-bottom;" src="img/rss.png" /></a> <small>{tr}Calendars{/tr}</small><br /> {/if} </div> {/tikimodule}