?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/schtroumpf.fr/themes/stomp/modules/an_wishlist/views/templates/front/



?? Go up: /home/webdevt/www/schtroumpf.fr/themes/stomp/modules/an_wishlist/views/templates

?? Viewing: nav.tpl

{**
* 2019 Anvanto
*
* 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 Anvanto (anvantoco@gmail.com)
*  @copyright  2019 anvanto.com

*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*}

<div  class="an_wishlist-nav-link" id="_desktop_an_wishlist-nav">
	<a href="{$link->getModuleLink('an_wishlist', 'list', array(), true)|escape:'htmlall':'UTF-8'}" title="{l s='My wishlist' d='Shop.Theme.Global'}">
		<svg class="hidden-sm-down"
         xmlns="http://www.w3.org/2000/svg"
         xmlns:xlink="http://www.w3.org/1999/xlink"
         width="19px" height="17px">
        <path fill-rule="evenodd"  fill="#006bf5"
         d="M13.640,-0.000 C12.022,-0.000 10.508,0.687 9.500,1.836 C8.492,0.687 6.978,-0.000 5.360,-0.000 C2.405,-0.000 -0.000,2.254 -0.000,5.025 C-0.000,7.194 1.380,9.703 4.102,12.483 C6.197,14.622 8.475,16.278 9.124,16.735 L9.500,17.000 L9.876,16.735 C10.525,16.278 12.803,14.622 14.898,12.483 C17.620,9.704 19.000,7.194 19.000,5.025 C19.000,2.254 16.595,-0.000 13.640,-0.000 Z"/>
        </svg>
        <span>{l s='Wishlist' d='Shop.Theme.Global'}{if ($config.display_likes_nav)} <span class="hidden-sm-down js-an_wishlist-nav-count">{$count|intval}</span>{/if}</span>
	</a>
</div>



??

??