modified.
This commit is contained in:
parent
c073a1b8fb
commit
b9e7a78737
1 changed files with 29 additions and 0 deletions
29
upload/styles/cb_2014/layout/user_videos.html
Normal file
29
upload/styles/cb_2014/layout/user_videos.html
Normal file
|
@ -0,0 +1,29 @@
|
|||
{lang code='channel' assign='object_type'}
|
||||
{include file="$style_dir/global_header.html"}
|
||||
{include file="$style_dir/header.html"}
|
||||
<div class="container">
|
||||
<div class="cb-box marginBottom">
|
||||
<div class="row">
|
||||
<div class="col-md-3">
|
||||
{include file="$style_dir/blocks/view_channel/channel_left.html"}
|
||||
</div>
|
||||
<div class="col-md-9">
|
||||
<h3>Videos </h3>
|
||||
{section name=v_list loop=$videos}
|
||||
{include file="$style_dir/blocks/video.html" video=$videos[v_list]}
|
||||
{/section}
|
||||
<div class="clearfix"></div>
|
||||
<div class="col-md-4 pull-right">
|
||||
{include file="$style_dir/blocks/pagination.html"}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
© {$title} {$smarty.now|date_format:"%Y"}
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Add table
Reference in a new issue