// BugFix

This commit is contained in:
mDeflotte
2011-12-15 16:23:04 +00:00
parent 07b6e110b5
commit 2f4833b40b
+4 -4
View File
@@ -23,15 +23,15 @@
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*}
{if isset($display_header)}
{if !empty($display_header)}
{include file='./header.tpl' HOOK_HEADER=$HOOK_HEADER}
{/if}
{if isset($template)}
{if !empty($template)}
{$template}
{/if}
{if isset($display_footer)}
{if !empty($display_footer)}
{include file='./footer.tpl'}
{/if}
{if isset($live_edit)}
{if !empty($live_edit)}
{$live_edit}
{/if}