{** * Creative Elements - live Theme & Page Builder * * @author WebshopWorks * @copyright 2019-2023 WebshopWorks.com * @license One domain support license *} {if file_exists("{$smarty.const._PS_THEME_DIR_}templates/_partials/helpers.tpl")} {include '[1]_partials/helpers.tpl'} {elseif $smarty.const._PARENT_THEME_NAME_ && file_exists("{$smarty.const._PARENT_THEME_NAME_}templates/_partials/helpers.tpl")} {include 'parent:_partials/helpers.tpl'} {/if} {block name='head'} {include file='_partials/head.tpl'} {/block} {block name='hook_after_body_opening_tag'} {hook h='displayAfterBodyOpeningTag'} {/block}
{block name='product_activation'} {include file='catalog/_partials/product-activation.tpl'} {/block} {block name='notifications'} {include file='_partials/notifications.tpl'} {/block} {block name="content"}{/block}
{block name='javascript_bottom'} {include file="_partials/javascript.tpl" javascript=$javascript.bottom} {/block} {block name='hook_before_body_closing_tag'} {hook h='displayBeforeBodyClosingTag'} {/block}