diff --git a/upload/styles/cb_2014/layout/blocks/PopularPhotos.html b/upload/styles/cb_2014/layout/blocks/PopularPhotos.html new file mode 100644 index 00000000..710e9aef --- /dev/null +++ b/upload/styles/cb_2014/layout/blocks/PopularPhotos.html @@ -0,0 +1,12 @@ +{if $display_type == ""} + +
+
+ {$photo.photo_title|truncate:15} + + {get_photo details=$photo size='l' class='loading' output='html'} + + +
+
+ {/if} \ No newline at end of file diff --git a/upload/styles/cb_2014/layout/blocks/topCollection.html b/upload/styles/cb_2014/layout/blocks/topCollection.html new file mode 100644 index 00000000..da38e312 --- /dev/null +++ b/upload/styles/cb_2014/layout/blocks/topCollection.html @@ -0,0 +1,13 @@ +{if $display_type == "" || $display_type == "normal"} + +
+
+ + + +
+
+ {$collection.collection_name|truncate:15} ({$collection.total_objects} {$collection.type}) +
+
+{/if}