{if $display_type == ""}
{get_photo details=$photo output='html' width='100%' class='photothumbs'}

{$photo.photo_title|truncate:15}


{/if} {if $display_type == 'related_photos'}
{get_photo details=$photo output='html' width='120' class='photoThumbBox moveL' style='margin-right:5px;'}
{$photo.photo_title|truncate:15}
{$photo.views|number_format} {lang code="views"}
{$photo.total_comments} {lang code="comments"}
{show_rating rating=$photo.rating total='10' class='rating moveL'}
{/if} {if $display_type == 'subscription'}
{get_photo details=$photo output='html' class='photoThumbBox' width='110'}
{$photo.photo_title|truncate:15}
{show_rating rating=$photo.rating total='10' class='rating'}
{$photo.views|number_format} {lang code="views"}
{$photo.username|truncate:20}
{/if} {if $display_type == "side_photos"}
{get_photo details=$photo output='html' width='82' class='photoThumbBox'}
{$photo.photo_title|truncate:15}
{lang code='views'}: {$photo.views|number_format}
{$photo.username|truncate:12}
{/if} {if $display_type == "channel_page"}
  • {get_photo details=$photo output='html' width='110' height='64' size='m' style='display:block;margin:0px auto;'}
  • {/if}