{if $page != 'index' }{$content}{/if}
{* *}
{if $show_index_boxes == 'true'}
{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}