{* * $Revision: 1.1 $ * If you want to customize this file, do not edit it directly since future upgrades * may overwrite it. Instead, copy it into a new directory called "local" and edit that * version. Gallery will look for that file first and use it if it exists. *}
{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}| {g->text text="Feed link"} | {g->text text="Description"} |
|---|---|
| {$feed.name} | {if isset($feed.params.description)}{$feed.params.description}{/if} |