{if $page == 'index' OR $page == 'product' OR $page == 'cart' OR $smarty.get.page_action == 'login' OR $smarty.get.page_action == 'order_info' } {assign var="show_index_boxes" value="false"} {/if}
{if !isset($smarty.get.viewport) || $smarty.get.viewport != 'modal'} {if $page != 'index' && $page != '404' && $page != 'checkout'} {/if} {hook key=pre_content_container} {if !isset($disable_content_container)}
{hook key=container_top} {if $page == 'index'} {box name=teaser sliderid=1} {/if}
{if $page == 'index'} {page name=xt_startpage_products type=user tpl_type='product_listing' tpl='product_listing_slider.html'} {/if} {$content}
{if $show_index_boxes == 'true'}
{hook key=index_boxes_top} {box_cache name=categories_recursive position=sidebar cache_id=sidebar} {box name=xt_blog box_type=featured_messages limit=5} {hook key=index_boxes_middle} {hook key=index_boxes_bottom}
{/if}
{hook key=container_bottom}
{/if} {hook key=after_content_container} {if $page != 'cart' && $page != 'checkout'}
{box name=cart}
{/if} {else} {$content} {/if}