Jump to content

Footer avec liens horizontaux


Recommended Posts

Bonjour à tous,

 

Dans notre footer nous utilisons 5 liens avec d'un côté :

 

- mon compte (blockmyaccountfooter.tpl dans un dossier du theme)

 

Et de l'autre : 

 

- nos magasins

- contactez nous

- conditions d'utilisation

- à propos

 

J'aimerai les réunir dans un seul block, afin de mettre ces liens soit de manière horizontale soit verticale.

 

Et je ne sais pas trop comment procéder...

 

Je voulais copier ce code dans le dossier blockcms.tpl mais ce n'est peut-être pas une bonne idée. Il est dans le dossier module de Prestashop et non de notre theme.

<!-- Block myaccount module -->
<div class="block myaccount">
	<h4 class="title_block"><a href="{$link->getPageLink('my-account', true)|escape:'html'}" title="{l s='Manage my customer account' mod='blockmyaccountfooter'}" rel="nofollow">{l s='My account' mod='blockmyaccountfooter'}</a></h4>
	<div class="block_content">
		<ul class="bullet">
			<li><a href="{$link->getPageLink('my-account', true)|escape:'html'}" title="{l s='Manage my customer account' mod='blockmyaccountfooter'}" rel="nofollow">{l s='My account' mod='blockmyaccountfooter'}</a></li>
		</ul>
		<p class="logout"><a href="{$link->getPageLink('index')}?mylogout" title="{l s='Sign out' mod='blockmyaccountfooter'}" rel="nofollow">{l s='Sign out' mod='blockmyaccountfooter'}</a></p>
	</div>
</div>
<!-- /Block myaccount module -->

Savez vous comment procéder ?

 

Cordialement,

 

Pascal

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...