clipbucket/upload/styles/cb_28/layout/view_item.html

11 lines
294 B
HTML
Raw Normal View History

<div id="main" class="clearfix">
<div id="collectionItemView">
{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>