From dd333ec3099ed3c7be105a195be20a086cddf8fa Mon Sep 17 00:00:00 2001 From: lLefevre Date: Tue, 27 Mar 2012 09:17:07 +0000 Subject: [PATCH] [-] BO : fix bug in links of sitemaps --- themes/default/sitemap.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/default/sitemap.tpl b/themes/default/sitemap.tpl index e15665b66..fe97c5f0b 100644 --- a/themes/default/sitemap.tpl +++ b/themes/default/sitemap.tpl @@ -37,8 +37,8 @@
  • {l s='Top sellers'}
  • {l s='Price drop'}
  • {/if} - {if $display_manufacturer_link OR $PS_DISPLAY_SUPPLIERS}
  • {l s='Manufacturers'}
  • {/if} - {if $display_supplier_link OR $PS_DISPLAY_SUPPLIERS}
  • {l s='Suppliers'}
  • {/if} + {if $display_manufacturer_link OR $PS_DISPLAY_SUPPLIERS}
  • {l s='Manufacturers'}
  • {/if} + {if $display_supplier_link OR $PS_DISPLAY_SUPPLIERS}
  • {l s='Suppliers'}
  • {/if}