// BugFix

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11274 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2011-12-15 16:23:04 +00:00
parent deb4932850
commit b53b621808
+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}