Photo Index
{if $searchfor }
{if $count == 1}
{$count} image is the result for your search about "{$searchfor}".
{else}
{$count} images are the result for your search about "{$searchfor}".
{/if}
{elseif $tag_result}
{if $count == 1}
{$count} image has been found for the selected tags.
{else}
{$count} images have been found for the selected tags.
{/if}
{else}
{if $count == 1}
{$count} image has been found.
{else}
{$count} images have been found.
{/if}
{/if}
{if $from_date && $to_date }
Results are limited to a date within {$from_date} to {$to_date}.
{/if}
{section name="row" loop=$rows step=1}
{section name="col" loop=$columns step=1}
{if $images[row][col] }
{/if}
{/section}
{/section}
{ if $previous_url == "" }
{ if $count != 0 }
{ /if }
{ else }
{ /if }
{ if $page_selector != "" }
{$page_selector}
{ /if}
{ if $next_url == "" }
{ if $count != 0 }
{ /if }
{ else }
{ /if}