2016-04-04 11:22:32 +05:00
|
|
|
<div id="main" class="clearfix container">
|
|
|
|
<div id="collectionItemView" class="clearfix">
|
2016-03-16 17:30:07 +05:00
|
|
|
{if $type == 'photos'}
|
|
|
|
{include file="$style_dir/view_photo.html" photo=$object user=$user}
|
|
|
|
{/if}
|
|
|
|
|
|
|
|
{if $type == 'videos'}
|
|
|
|
{include file="$style_dir/watch_video.html" vdo=$object user=$user}
|
|
|
|
{/if}
|
|
|
|
</div>
|
|
|
|
</div>
|