Jump to content

Lien Affichage Blog dans bandeau supérieur


Recommended Posts

Bonjour à la communauté,

Je suis novice sur Prestashop et j'aimerai connaître la marche à suivre pour afficher 2 liens (Blog + Livre d'or) sur le bandeau noir tout en haut à gauche de mon site www.conduit-inox.fr.

Cela me permettrait d'alléger le menu horizontal.

Merci pour votre aide car j'ai pas envie de faire de bêtise.

Bonne journée

Aurélie

Link to comment
Share on other sites

ce module n'est pas configurable depuis le BO, à part les points d'accroche.

Il faut éditer le fichier blockpermanentlinks-header.tpl (ou celui compris dans le répertoire /modules/blockpermanentlinks/ de votre thème) et y mettre les liens de votre choix

<!-- Block permanent links module HEADER -->
<ul id="header_links">
	<li id="header_link_contact"><a href="{$link->getPageLink('contact', true)|escape:'html'}" title="{l s='contact' mod='blockpermanentlinks'}">{l s='contact' mod='blockpermanentlinks'}</a></li>
	<li id="header_link_sitemap"><a href="{$link->getPageLink('sitemap')|escape:'html'}" title="{l s='sitemap' mod='blockpermanentlinks'}">{l s='sitemap' mod='blockpermanentlinks'}</a></li>
	<li id="header_link_bookmark">
		<script type="text/javascript">writeBookmarkLink('{$come_from}', '{$meta_title|addslashes|addslashes}', '{l s='bookmark' mod='blockpermanentlinks' js=1}');</script>
	</li>
</ul>
<!-- /Block permanent links module HEADER -->

 

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...