{* * $Revision: 16235 $ * Read this before changing templates! http://codex.gallery2.org/Gallery2:Editing_Templates *}

{g->text text="RSS Feeds"}

{g->text text="This is a list of all the feeds that are available on this Gallery"}

{if empty($FeedList.feeds)}

{g->text text="No feeds have yet been defined"}

{else} {foreach from=$FeedList.feeds item=feed} {/foreach}
{g->text text="Feed link"} {g->text text="Description"}
{$feed.name} {if isset($feed.params.description)}{$feed.params.description}{/if}
{/if}