diff --git a/themes/default/best-sales.tpl b/themes/default/best-sales.tpl index c732ad25e..08895bb52 100644 --- a/themes/default/best-sales.tpl +++ b/themes/default/best-sales.tpl @@ -29,13 +29,25 @@

{l s='Top sellers'}

{if $products} -
- {include file="$tpl_dir./product-sort.tpl"} +
+ {include file="$tpl_dir./pagination.tpl"} + +
+ {include file="./product-sort.tpl"} + {include file="./product-compare.tpl"} + {include file="./nbr-product-page.tpl"} +
- {include file="./product-compare.tpl"} - {include file="$tpl_dir./product-list.tpl" products=$products} - {include file="$tpl_dir./pagination.tpl"} - {include file="./product-compare.tpl"} -{else} + + {include file="./product-list.tpl" products=$products} + +
+
+ {include file="./product-sort.tpl"} {include file="./product-compare.tpl"} {include file="./nbr-product-page.tpl"} + +
+ {include file="./pagination.tpl"} +
+ {else}

{l s='No top sellers.'}

{/if} diff --git a/themes/default/new-products.tpl b/themes/default/new-products.tpl index 0802317f4..ed98eba7a 100644 --- a/themes/default/new-products.tpl +++ b/themes/default/new-products.tpl @@ -29,13 +29,25 @@

{l s='New products'}

{if $products} -
- {include file="./product-sort.tpl"} +
+ {include file="$tpl_dir./pagination.tpl"} + +
+ {include file="./product-sort.tpl"} + {include file="./product-compare.tpl"} + {include file="./nbr-product-page.tpl"} +
- {include file="./product-compare.tpl"} + {include file="./product-list.tpl" products=$products} - {include file="./pagination.tpl"} - {include file="./product-compare.tpl"} -{else} + +
+
+ {include file="./product-sort.tpl"} {include file="./product-compare.tpl"} {include file="./nbr-product-page.tpl"} + +
+ {include file="./pagination.tpl"} +
+ {else}

{l s='No new products.'}

{/if} diff --git a/themes/default/prices-drop.tpl b/themes/default/prices-drop.tpl index 1fe7359b1..f730dac34 100644 --- a/themes/default/prices-drop.tpl +++ b/themes/default/prices-drop.tpl @@ -29,13 +29,25 @@

{l s='Price drop'}

{if $products} -
- {include file="./product-sort.tpl"} +
+ {include file="$tpl_dir./pagination.tpl"} + +
+ {include file="./product-sort.tpl"} + {include file="./product-compare.tpl"} + {include file="./nbr-product-page.tpl"} +
- {include file="./product-compare.tpl"} + {include file="./product-list.tpl" products=$products} - {include file="./pagination.tpl"} - {include file="./product-compare.tpl"} -{else} + +
+
+ {include file="./product-sort.tpl"} {include file="./product-compare.tpl"} {include file="./nbr-product-page.tpl"} + +
+ {include file="./pagination.tpl"} +
+ {else}

{l s='No price drop.'}

{/if}