{* * Revision: 16/06/2007 * 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->theme include="sidebar.tpl"} | {/if}
{g->block type="core.Navigator" navigator=$theme.navigator reverseOrder=true}
{/if}
{if !count($theme.children)}
{g->text text="This album is empty."}
{if isset($theme.permissions.core_addDataItem)}
{else}
{assign var="childrenInColumnCount" value=0}
{g->text text="Add a photo!"} {/if}
{g->block type="core.Navigator" navigator=$theme.navigator reverseOrder=true}
{/if}
{if !empty($theme.jumpRange)}
{g->block type="core.Pager"}
{/if}
{g->theme include="displaytoggle.tpl"}
|