clipbucket/upload/styles/cb_28/layout/view_item.html
jamilrehman a71a8938c0 fixes and style updates for all pages
Signin /Signup page Completed
collection and view collection page Completed
2016-04-04 11:22:32 +05:00

11 lines
No EOL
321 B
HTML

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