Photo Manager

Manage your photos here.

{if $photos} {foreach from=$photos item=photo} {assign var=that_thumb value=$cbphoto->get_image_file($photo,'m')} {/foreach} {/if}
# Thumb Photo Uploader Collection Date
{$photo.photo_id}{get_photo details=$photo width=60 output='html' extra=" rel='popover' data-content='
' " title="Thumbnail" class="popover-class"}
{$photo.photo_title}
{if $photo.active=='yes'} {lang code='Active'} {else} {lang code='Inactive'} {/if} {if $photo.featured=='yes'} Featured {/if} {if $photo.is_mature=='yes'} Mature {/if}
{$photo.username} {$photo.collection_name} {$photo.date_added|niceTime}
{if !$photos}
{lang code='There are no photos....'}
{/if}
{include file="$style_dir/blocks/pagination.html" }