diff --git a/upload/styles/cb_2014/layout/collections.html b/upload/styles/cb_2014/layout/collections.html index db5c78d3..3d6098be 100644 --- a/upload/styles/cb_2014/layout/collections.html +++ b/upload/styles/cb_2014/layout/collections.html @@ -17,13 +17,14 @@ +
{include file="$style_dir/blocks/category_list.html" type='collections'} - +
-
+
{assign var=sorting_links value=sorting_links()}

Browsing All Collections:

-
+
{if $smarty.get.sorting} {foreach from=$sorting_links item=name key=sort} @@ -85,9 +86,11 @@ {/foreach}
+ {lang code='add_new_collection'}
+
-
+

{section name=c_list loop=$collections} {include file="$style_dir/blocks/collection.html" collection=$collections[c_list]} @@ -95,9 +98,6 @@ {lang code='no_results_found'} {/section}
-
- -
{include file="$style_dir/blocks/pagination.html"}