{if $page == 'index' OR $page == 'product' OR $page == 'cart' OR $page == 'checkout' OR $page == '404' OR (isset($smarty.get.page_action) && $smarty.get.page_action == 'login') OR (isset($smarty.get.page_action) && $smarty.get.page_action == 'order_info') } {assign var="show_index_boxes" value="false"} {/if} {hook key=index_top}
{if !isset($smarty.get.viewport) || $smarty.get.viewport != 'modal'} {hook key=pre_content_container} {if !isset($disable_content_container)}
{if $page == 'index' }{$content}{/if}
{if $page != 'index' }{$content}{/if} {* *}
{if $show_index_boxes == 'true'}
{/if}
{/if} {box name=floating_boxes htmlonly=1} {else} {$content} {/if}