[-] BO : FixBug Missing tpl dir in default layout
This commit is contained in:
@@ -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}
|
||||
Reference in New Issue
Block a user