From 0b9ae5fef8876d29fab2278ddb91408003030cd1 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 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14286 b9a71923-0436-4b27-9f14-aed3839534dd --- 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}