{* $Id: header.html,v 1.1.2.1 2003/11/12 12:54:16 kasugai Exp $ *} {* {include_php file="`$smarty.const.DIR_FS_INCLUDES`header.php"} *} osCommerce
{$smarty.const.HEADER_TITLE_MY_ACCOUNT}
{$smarty.const.HEADER_TITLE_CART_CONTENTS}
{$smarty.const.HEADER_TITLE_CHECKOUT}

{*   {$breadcrumb->trail(' » ')} *} {if (tep_session_is_registered('customer_id'))} {$smarty.const.HEADER_TITLE_LOGOFF}  |  {/if} {* {$smarty.const.HEADER_TITLE_MY_ACCOUNT}  |  {$smarty.const.HEADER_TITLE_CART_CONTENTS}  |  {$smarty.const.HEADER_TITLE_CHECKOUT}    *} {if (isset($smarty.get.error_message) && tep_not_null($smarty.get.error_message)) } {$smarty.get.error_message|osc_urldecode|escape:"html"} {/if} {if (isset($smarty.get.info_message) && tep_not_null($smarty.get.info_message))} {$smarty.get.info_message|osc_urldecode|escape:"html"}