{* /** * * * @author Kairat Bakitow * @package ow_plugins.photo * @since 1.6.1 */ *} {$pageHead} {if $isOwner || $isModerator}
{if isset($privacy_label)}
  • {if isset($privacy_label.onClick)}
    {else}
    {/if}
{/if}
{if $isOwner} {$album->name|escape} {if empty($noCover)} {/if} {/if}

{text key="photo+description"}:

{$album->description|escape}
{form name="albumEditForm" style="display: none"} {input name="albumName"}{error name="albumName"} {input name="desc" class='ow_smallmargin'} {foreach $extendInputs as $input}
{input name=$input}{label name=$input}
{error name=$input}
{/foreach} {add_content key="photo.onRenderEditAlbum" albumId=$album->id userId=$album->userId} {/form}
{else} {component class='PHOTO_CMP_AlbumInfo' album=$album} {/if} {component class="PHOTO_CMP_PhotoList" type="albumPhotos" view="photos" albumId=$album->id}