29 lines
952 B
HTML
29 lines
952 B
HTML
{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>
|
|
|