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>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
{if $langue == 'fr_FR'}
|
||||||
<ul class="nav navbar-nav navbar-cart navbar-right">
|
<ul class="nav navbar-nav navbar-cart navbar-right">
|
||||||
{loop type="auth" name="customer_info_block" role="CUSTOMER"}
|
{loop type="auth" name="customer_info_block" role="CUSTOMER"}
|
||||||
<li><a href="{url path="/logout"}" class="logout">{intl l="Log out!"}</a></li>
|
<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}
|
{/elseloop}
|
||||||
{include file="includes/mini-cart.html" nocache}
|
{include file="includes/mini-cart.html" nocache}
|
||||||
</ul>
|
</ul>
|
||||||
|
{/if}
|
||||||
{/nocache}
|
{/nocache}
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
@@ -270,6 +272,8 @@ GNU General Public License : http://www.gnu.org/licenses/
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{if $langue == 'fr_FR'}
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<section class="block block-default">
|
<section class="block block-default">
|
||||||
<div class="block-heading"><h3 class="block-title">{intl l="Useful links"}</h3></div>
|
<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>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
{/if}
|
||||||
|
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<section class="block block-contact" itemscope itemtype="http://schema.org/Organization">
|
<section class="block block-contact" itemscope itemtype="http://schema.org/Organization">
|
||||||
|
|||||||
Reference in New Issue
Block a user