Files
opensem/resources/views/Shop/layout/partials/header-profile.blade.php
Ludovic CANDELLIER ba5a9e0417 New layout for website
2020-08-20 01:11:05 +02:00

14 lines
384 B
PHP

<div class="user-info dropdown js-dropdown">
<span class="account-logo expand-more" data-toggle="dropdown" role="button">Compte client
<i class="material-icons expand-more">&#xE313;</i>
</span>
<ul class="dropdown-menu" aria-labelledby="dLabel">
<li>
<a href="fr/mon-compte" title="Identifiez-vous" rel="nofollow">
<span>Connexion</span>
</a>
</li>
</ul>
</div>