{** * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. *} {extends file=$layout} {block name='content'}
{** * Used for the account menu in the guest tracking page, the account don't have to be shown *} {if $customer.is_logged && !$customer.is_guest}
{include file='components/account-menu.tpl'}
{/if}
{block name='page_header_container'} {block name='page_title'} {/block} {block name='account_link'} {/block} {/block} {block name='page_content_container'}
{block name='page_content_top'}{/block} {block name='page_content'}{/block}
{/block} {block name='page_footer_container'} {block name='page_footer'} {block name='my_account_links'} {/block} {/block} {/block}
{/block}