clipbucket/upload/styles/cb_2013/layout/videos.html
Arslan Hassan 036063a6e4 Update : Watch video page
Added : Comments css
Added : Share form
Added : Playlist form
Added : Report form
Added : Info
2013-11-18 14:59:33 +00:00

14 lines
No EOL
475 B
HTML

<div class="container">
<div class="row">
<div class="test_bg col-md-2 col-sm-2 col-lg-2">
</div>
<div class="video_items test_bg bg1 col-md-10 col-sm-10 col-lg-10">
{foreach $videos as $video}
<div class="the_item col-md-3 col-lg-3 col-sm-6 col-xs-12">
{include file="$style_dir/blocks/videos/video.html"}
</div>
{/foreach}
</div>
</div>
</div>