From a32ff1e930c446c26e9108483181ceedabb99d08 Mon Sep 17 00:00:00 2001 From: Jerome Nadaud Date: Wed, 7 Aug 2013 11:17:42 +0200 Subject: [PATCH] [-] BO : FixBug Missing tpl dir in default layout --- themes/default/layout.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/default/layout.tpl b/themes/default/layout.tpl index a6f2e3e9b..6ea4bc8d0 100644 --- a/themes/default/layout.tpl +++ b/themes/default/layout.tpl @@ -23,7 +23,7 @@ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} -{if !empty($display_header)}{include file='./header.tpl' HOOK_HEADER=$HOOK_HEADER}{/if} +{if !empty($display_header)}{include file="$tpl_dir./header.tpl" HOOK_HEADER=$HOOK_HEADER}{/if} {if !empty($template)}{$template}{/if} -{if !empty($display_footer)}{include file='./footer.tpl'}{/if} +{if !empty($display_footer)}{include file="$tpl_dir./footer.tpl"}{/if} {if !empty($live_edit)}{$live_edit}{/if} \ No newline at end of file