{* * $Revision: 15342 $ * 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="Permalinks"}

{if isset($status.PermalinksSiteAdmin.success)}

{$status.PermalinksSiteAdmin.success}

{/if}

{g->text text="Auto-permalink"}

{g->text text="If you use this feature, any time a new album is created, a permalink to it with the name of the album will be created, unless a permalink by the same name already exists. You will be able to remove the permalink if you wish."}

{g->text text="Global list of permalinks"}

{if empty($PermalinksSiteAdmin.aliases)}

{g->text text="You have no permalinks"}

{else} {foreach from=$PermalinksSiteAdmin.aliases item=name} {/foreach}
{g->text text="Delete"} {g->text text="Permalink name"}
{$name}
{/if}