24 lines
789 B
Smarty
24 lines
789 B
Smarty
{*
|
|
* 2007-2019 PrestaShop
|
|
*
|
|
* 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-2019 PrestaShop SA
|
|
* @license http://addons.prestashop.com/en/content/12-terms-and-conditions-of-use
|
|
* International Registered Trademark & Property of PrestaShop SA
|
|
*}
|
|
|
|
<li class="ma-link-item col-lg-2 col-md-3 col-sm-4 col-6">
|
|
<a id="identity-link" href="{$link->getModuleLink('psgdpr', 'gdpr')}">
|
|
<span class="link-item">
|
|
<i class="fa fa-user" aria-hidden="true"></i>
|
|
{l s='My personal data' mod='psgdpr'}
|
|
</span>
|
|
</a>
|
|
</li>
|