{include file="$style_dir/blocks/manage/account_left.html"}
{include file="$style_dir/blocks/manage/account_head.html" user=$user} {if $mode == 'uploaded'}

{lang code="Manage Photos"}

{section name=p_list loop=$photos} {include file="$style_dir/blocks/manage/account_photo.html" photo=$photos[p_list] control='full'} {sectionelse}
{lang code='You dont have any photos'}
{/section}
{/if} {if $mode == "favorite"}

{lang code="manage_favorite_photos"}

{section name=p_list loop=$photos} {include file="$style_dir/blocks/manage/account_photo.html" photo=$photos[p_list] control='partail'} {sectionelse}
{lang code='You dont have any favorite photos'}
{/section}
{/if} {if $mode == 'orphan'}

{lang code="manage_my_album"}

Make my album
All the photos uploaded are dependent on their collections/albums. When you remove some photo from collection/album, this will not delete photo permenently. It will move photo here. You can also use this to make your photos private. Direct link is available for you to share with your friends.
{section name=p_list loop=$photos} {include file="$style_dir/blocks/manage/account_photo.html" photo=$photos[p_list] control='orphan'} {sectionelse}
{lang code='you_dont_have_orphan_photos'}
{/section} {/if} {include file="$style_dir/blocks/manage/user_account_pagination.html"}