On rajoute le masquage des liens de connexion en haut du site, et les liens utiles dans le footer
This commit is contained in:
@@ -190,6 +190,7 @@ GNU General Public License : http://www.gnu.org/licenses/
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
{if $langue == 'fr_FR'}
|
||||
<ul class="nav navbar-nav navbar-cart navbar-right">
|
||||
{loop type="auth" name="customer_info_block" role="CUSTOMER"}
|
||||
<li><a href="{url path="/logout"}" class="logout">{intl l="Log out!"}</a></li>
|
||||
@@ -232,6 +233,7 @@ GNU General Public License : http://www.gnu.org/licenses/
|
||||
{/elseloop}
|
||||
{include file="includes/mini-cart.html" nocache}
|
||||
</ul>
|
||||
{/if}
|
||||
{/nocache}
|
||||
</nav>
|
||||
</div>
|
||||
@@ -270,6 +272,8 @@ GNU General Public License : http://www.gnu.org/licenses/
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
{if $langue == 'fr_FR'}
|
||||
<div class="col">
|
||||
<section class="block block-default">
|
||||
<div class="block-heading"><h3 class="block-title">{intl l="Useful links"}</h3></div>
|
||||
@@ -292,6 +296,7 @@ GNU General Public License : http://www.gnu.org/licenses/
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<div class="col">
|
||||
<section class="block block-contact" itemscope itemtype="http://schema.org/Organization">
|
||||
|
||||
Reference in New Issue
Block a user