diff --git a/upload/styles/cb_27/layout/watch_video.html b/upload/styles/cb_27/layout/watch_video.html index 6f81acf3..c8980b73 100644 --- a/upload/styles/cb_27/layout/watch_video.html +++ b/upload/styles/cb_27/layout/watch_video.html @@ -20,7 +20,8 @@
- {$video.username} + {$video.username} + Subscribe
{if !$video.username} @@ -34,12 +35,12 @@
{show_video_rating rating=$vdo.rating ratings=$vdo.rated_by total='10' id=$vdo.videoid type=video} -
+ -
+
-
+ +
+
+
+
+

{lang('Comments')}:  + {$vdo.comments_count} +

+ {if $myquery->is_commentable($vdo,'v')} + {include file="$style_dir/blocks/comments/add_comment.html" id=$vdo.videoid type=v} + {else} +
{lang code='comm_disabled_for_vid'}
+ {/if} +
+
+
    +
    +
    +
    - -
    -
    -
    -
    -

    {lang('Comments')} -
    {$vdo.comments_count}
    -

    - {if $myquery->is_commentable($vdo,'v')} - {include file="$style_dir/blocks/comments/add_comment.html" id=$vdo.videoid type=v} - {else} -
    {lang code='comm_disabled_for_vid'}
    - {/if} -
    -
    -
      -
      -
      @@ -144,7 +145,7 @@
      {AD place='ad_320x250'}
      -

      {lang code="Most Popular"}

      + {foreach $videos as $video} {include file="$style_dir/blocks/videos/video_popular.html"} {/foreach}