From 725c611fb353b06c5413b9f4011b20a7a0afb5d1 Mon Sep 17 00:00:00 2001 From: IMRAN HASSAN Date: Wed, 24 Sep 2014 10:39:04 +0000 Subject: [PATCH] --- upload/styles/cb_27/layout/blocks/photo.html | 2 +- upload/styles/cb_27/layout/blocks/user.html | 2 +- upload/styles/cb_27/layout/blocks/video.html | 8 +++++--- upload/styles/cb_27/layout/photos.html | 4 ++-- upload/styles/cb_27/layout/search.html | 3 +-- 5 files changed, 10 insertions(+), 9 deletions(-) diff --git a/upload/styles/cb_27/layout/blocks/photo.html b/upload/styles/cb_27/layout/blocks/photo.html index cfa594fb..62701b0b 100644 --- a/upload/styles/cb_27/layout/blocks/photo.html +++ b/upload/styles/cb_27/layout/blocks/photo.html @@ -1,5 +1,5 @@ {if $display_type == ""} -
+
diff --git a/upload/styles/cb_27/layout/blocks/user.html b/upload/styles/cb_27/layout/blocks/user.html index 6ba1e982..4fe44dda 100644 --- a/upload/styles/cb_27/layout/blocks/user.html +++ b/upload/styles/cb_27/layout/blocks/user.html @@ -1,6 +1,6 @@ {if $block_type == '' || $block_type=='normal'} -
+

diff --git a/upload/styles/cb_27/layout/blocks/video.html b/upload/styles/cb_27/layout/blocks/video.html index 5d1d1164..cc1aee71 100644 --- a/upload/styles/cb_27/layout/blocks/video.html +++ b/upload/styles/cb_27/layout/blocks/video.html @@ -4,8 +4,8 @@ {if $display_type =='normal' || $display_type==''} - - +
+ {if @@ -14,7 +14,9 @@
{$video.title|truncate:16}
{lang code='views'} :{$video.views} - {$video.date_added|niceTime} + {$video.date_added|niceTime} +
+ diff --git a/upload/styles/cb_27/layout/photos.html b/upload/styles/cb_27/layout/photos.html index fbb21d03..b6912c3a 100644 --- a/upload/styles/cb_27/layout/photos.html +++ b/upload/styles/cb_27/layout/photos.html @@ -190,11 +190,11 @@
{$counter=0} -
    +
      {section name=p_list loop=$photos} {$photos[p_list].counter=$counter} -
    • +
    • {include file="$style_dir/blocks/photo.html" photo=$photos[p_list]}
    • {$counter=$counter+1} diff --git a/upload/styles/cb_27/layout/search.html b/upload/styles/cb_27/layout/search.html index 80cda228..e2da3877 100644 --- a/upload/styles/cb_27/layout/search.html +++ b/upload/styles/cb_27/layout/search.html @@ -71,10 +71,9 @@
/.container-fluid -->
-
+
{$search_type_title}

- {$display_template} {if $results} {foreach item=result from=$results} {assign var=$template_var value =$result}