diff --git a/upload/styles/cb_28/layout/blocks/channels.html b/upload/styles/cb_28/layout/blocks/channels.html index 7dea7972..59c75195 100644 --- a/upload/styles/cb_28/layout/blocks/channels.html +++ b/upload/styles/cb_28/layout/blocks/channels.html @@ -80,7 +80,6 @@ - {/if} diff --git a/upload/styles/cb_28/layout/blocks/photo.html b/upload/styles/cb_28/layout/blocks/photo.html index 8a53c53c..75eba2e2 100644 --- a/upload/styles/cb_28/layout/blocks/photo.html +++ b/upload/styles/cb_28/layout/blocks/photo.html @@ -1,4 +1,21 @@ {if $display_type == ""} +
+ + {get_photo details=$photo size='l' class='img-responsive photo-land' output='html'} + + +
+ {if $photo.photo_title=='no-tag'} + no-title + {else} + {$photo.photo_title|truncate:50} + {/if} + By {$photo.username} +
+
+{/if} + +{if $display_type == "default_photo"} {get_photo details=$photo size='l' class='img-responsive photo-land' output='html'} diff --git a/upload/styles/cb_28/layout/blocks/user.html b/upload/styles/cb_28/layout/blocks/user.html index d419f053..fac1498a 100644 --- a/upload/styles/cb_28/layout/blocks/user.html +++ b/upload/styles/cb_28/layout/blocks/user.html @@ -1,20 +1,37 @@ {if $block_type == '' || $block_type=='normal'} -
+
+
- - + +

{$user.username}

-
- {if isSectionEnabled('videos')} - {$user.total_videos|number_format} {lang code="videos"} - {/if} - {$user.profile_hits|number_format} {lang code="views"} - {$user.subscribers|number_format} {lang code="subscribers"} +
+
+ + {lang code="views"} + {$user.profile_hits|number_format} + + + {lang code="videos"} + {$user.total_videos|number_format} + +
+
+ + {lang code="subscribers"} + {$user.subscribers|number_format} + + + {lang code="photos"} + {$user.total_photos|number_format} + +
{/if} + {if $block_type=='groups_show'}
diff --git a/upload/styles/cb_28/layout/blocks/video.html b/upload/styles/cb_28/layout/blocks/video.html index b5599699..f16eba24 100644 --- a/upload/styles/cb_28/layout/blocks/video.html +++ b/upload/styles/cb_28/layout/blocks/video.html @@ -1,24 +1,23 @@ {if $display_type=='normal' || $display_type==''} -