diff --git a/upload/styles/cb_2014/layout/user_videos.html b/upload/styles/cb_2014/layout/user_videos.html new file mode 100644 index 00000000..a518ef03 --- /dev/null +++ b/upload/styles/cb_2014/layout/user_videos.html @@ -0,0 +1,29 @@ +{lang code='channel' assign='object_type'} +{include file="$style_dir/global_header.html"} +{include file="$style_dir/header.html"} +
+
+
+
+ {include file="$style_dir/blocks/view_channel/channel_left.html"} +
+
+

Videos

+ {section name=v_list loop=$videos} + {include file="$style_dir/blocks/video.html" video=$videos[v_list]} + {/section} +
+
+ {include file="$style_dir/blocks/pagination.html"} +
+
+
+ + + + +
+
+