This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Incam_SGD/plugins/rssplugin/templates/RSSPlugin/rssfolderaction.smarty

9 lines
607 B
Plaintext
Raw Permalink Normal View History

<h2><img src="{if $config->get("ui/morphEnabled") == '1'}{$rootUrl}/skins/kts_{$config->get("ui/morphTo")}/title_bullet.png{else}{$rootUrl}/resources/graphics/title_bullet.png{/if}"/>{i18n}RSS for folder{/i18n}: {$context->oFolder->getName()|sanitize}</h2>
<p>
{i18n}You can copy the following link into any RSS aggregator to create a feed to the selected folder.{/i18n}
<ul>
<li>{$link}</li>
</ul>
{i18n arg_linkIcon="$linkIcon"}Another way of quickly accessing an RSS feed for a document or folder is by using the RSS icon #linkIcon#, which you will find in your actions portlet on the left.{/i18n}
</p>