{tikimodule error=$module_params.error title=$tpl_module_title name="rsslist" flip=$module_params.flip decorations=$module_params.decorations nobox=$module_params.nobox notitle=$module_params.notitle}
{if $prefs.feature_wiki eq 'y' and $prefs.feed_wiki eq 'y' and $tiki_p_view eq 'y'} {icon name="rss"} {tr}Wiki{/tr} {/if} {if $prefs.feature_blogs eq 'y' and $prefs.feed_blogs eq 'y' and $tiki_p_read_blog eq 'y'} {icon name="rss"} {tr}Blogs{/tr} {/if} {if $prefs.feature_articles eq 'y' and $prefs.feed_articles eq 'y' and $tiki_p_read_article eq 'y'} {icon name="rss"} {tr}Articles{/tr} {/if} {if $prefs.feature_file_galleries eq 'y' and $prefs.feed_file_galleries eq 'y' and $tiki_p_view_file_gallery eq 'y'} {icon name="rss"} {tr}File Galleries{/tr} {/if} {if $prefs.feature_forums eq 'y' and $prefs.feed_forums eq 'y' and $tiki_p_forum_read eq 'y'} {icon name="rss"} {tr}Forums{/tr} {/if} {if $prefs.feature_directory eq 'y' and $prefs.feed_directories eq 'y' and $tiki_p_view_directory eq 'y'} {icon name="rss"} {tr}Directories{/tr} {/if} {if $prefs.feature_calendar eq 'y' and $prefs.feed_calendar eq 'y' and $tiki_p_view_calendar eq 'y'} {icon name="rss"} {tr}Calendars{/tr} {/if} {if $prefs.feature_trackers eq 'y' and $prefs.feed_tracker eq 'y'} {foreach from=$rsslist_trackers item="tracker"} {icon name="rss"} {tr}{$tracker.name}{/tr} {/foreach} {/if}
{/tikimodule}