{* * $Revision: 1.8 $ * 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. *} {*

{$theme.item.title|markup}

*} {if !count($theme.children)} {else} {* *
*
*

Item 1 Title

*

Item 1 Description

* * * *
*} {literal} {/literal} {assign var="firstItem" value=true} {foreach from=$theme.children item=child} {if !$child.canContainChildren} {if $firstItem} {/if} {/if} {* Navigator *} {if $theme.totalPages > 1} {g->block type="core.Navigator" navigator=$theme.navigator prefix="« " suffix=" »" currentPage=$theme.currentPage totalPages=$theme.totalPages} {/if} {* Description *} {if !empty($theme.item.description)}

{$theme.item.description|markup}

{/if} {if $user.isRegisteredUser} {* Show any other album blocks (comments, etc) *} {foreach from=$theme.params.albumBlocks item=block} {g->block type=$block.0 params=$block.1} {/foreach} {/if} {* Guest preview mode *} {g->block type="core.GuestPreview" class="gbBlock"} {* Our emergency edit link, if the user removes all blocks containing edit links *} {g->block type="core.EmergencyEditItemLink" class="gbBlock" checkBlocks="album"}