clipbucket/upload/styles/cbv3/layout/videos.html
Arslan Hassan ea10f2989b Added : New Category System inc SQL updates
Added : Amplify 
Added : bootstrap and jQuery UI
Added : Amlpify on front-end
Added : Category iCons
Updated : Admin Area Template
2012-05-19 13:42:45 +00:00

20 lines
No EOL
482 B
HTML

{assign var=type value='v'}
<!-- Including Categories List -->
<div class="sidebar-categories">
{include_template_file file="blocks/categories.html" type=$type}
</div>
<!-- CB Videos Listings -->
<div class="videos-container">
{foreach $videos as $video}
{include_template_file file="blocks/video.html" video=$video}
{/foreach}
</div>
<script>
$(document).ready(function(){
$('.video-box:nth-child(4n+4)').css('margin-right','0px');
})
</script>