From b2e685e1269fec31d954c9f3d9b8c74fd6c8962e Mon Sep 17 00:00:00 2001 From: Felipe Uribe Date: Mon, 25 Nov 2013 07:19:37 -0500 Subject: [PATCH] [-] FO, Bug fix double/ files containing a double /, example: {$css_dir}/b... = cssdir//bootstrap_lib/bootstrap.css to {$css_dir}b... = = cssdir/bootstrap_lib/bootstrap.css --- themes/default-bootstrap/header.tpl | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/themes/default-bootstrap/header.tpl b/themes/default-bootstrap/header.tpl index bbc681892..6fc22eade 100644 --- a/themes/default-bootstrap/header.tpl +++ b/themes/default-bootstrap/header.tpl @@ -62,11 +62,11 @@ var priceDisplayMethod = {$priceDisplay}; var roundMode = {$roundMode}; - - - - - + + + + + {if isset($css_files)} @@ -79,18 +79,18 @@ {/foreach} {/if} - + - - - - - - - + + + + + + + {$HOOK_HEADER}