38 lines
1.8 KiB
Smarty
Executable File
38 lines
1.8 KiB
Smarty
Executable File
{*
|
|
* 2007-2013 PrestaShop
|
|
*
|
|
* NOTICE OF LICENSE
|
|
*
|
|
* This source file is subject to the Academic Free License (AFL 3.0)
|
|
* that is bundled with this package in the file LICENSE.txt.
|
|
* It is also available through the world-wide-web at this URL:
|
|
* http://opensource.org/licenses/afl-3.0.php
|
|
* If you did not receive a copy of the license and are unable to
|
|
* obtain it through the world-wide-web, please send an email
|
|
* to license@prestashop.com so we can send you a copy immediately.
|
|
*
|
|
* DISCLAIMER
|
|
*
|
|
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
|
|
* versions in the future. If you wish to customize PrestaShop for your
|
|
* needs please refer to http://www.prestashop.com for more information.
|
|
*
|
|
* @author PrestaShop SA <contact@prestashop.com>
|
|
* @copyright 2007-2013 PrestaShop SA
|
|
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
|
* International Registered Trademark & Property of PrestaShop SA
|
|
*}
|
|
<link href="{$css_dir}{$page_name}.css" rel="stylesheet" type="text/css" media="all" />
|
|
|
|
{capture name=path}{l s='My account'}{/capture}
|
|
{include file="$tpl_dir./breadcrumb.tpl"}
|
|
<div class="borderGreen auto">
|
|
<h1>[{l s='My account'}]</h1>
|
|
<ul class="myaccount_lnk_list clear">
|
|
<li><a href="{$link->getPageLink('identity', true)}" title="{l s='Mes informations personnelles'}">{l s='Mes informations'}<br/>{l s='personnelles'}</a></li>
|
|
<li><a href="{$link->getPageLink('addresses', true)}" title="{l s='Mes adresses'}">{l s='Mes'}<br/>{l s='adresses'}</a></li>
|
|
<li><a href="{$link->getPageLink('history', true)}" title="{l s='Orders'}">{l s='Historique et suivi'}<br/>{l s='des commandes'}</a></li>
|
|
</ul>
|
|
<p class="clear "><br/><a href="{$link->getPageLink('index', true, NULL, 'mylogout')}" title="{l s='Me déconnecter'}">{l s='Me déconnecter'}</a></p>
|
|
<div class="clear"></div>
|
|
</div> |