Jump to content

Suppression de liens 'standards' du footer


Recommended Posts

Bonsoir,

 

Sur une boutique en ligne que j'ai installé avec PS 1.4.7.3, je voudrais enlever le lien "Nouveaux produits" du footer.

J'ai donc modifié le fichier blockcms.tpl ainsi.....

 

 

<!-- MODULE Block footer -->

<ul class="block_various_links" id="block_various_links_footer">

<!-- ** JPC **{if !$PS_CATALOG_MODE}<li class="first_item"><a href="{$link->getPageLink('prices-drop.php')}" title="{l s='Specials' mod='blockcms'}">{l s='Specials' mod='blockcms'}</a></li>{/if} -->

<!-- ** JPC **<li class="{if $PS_CATALOG_MODE}first_{/if}item"><a href="{$link->getPageLink('new-products.php')}" title="{l s='New products' mod='blockcms'}">{l s='New products' mod='blockcms'}</a></li> -->

{if !$PS_CATALOG_MODE}<li class="item"><a href="{$link->getPageLink('best-sales.php')}" title="{l s='Top sellers' mod='blockcms'}">{l s='Top sellers' mod='blockcms'}</a></li>{/if}

{if $display_stores_footer}<li class="item"><a href="{$link->getPageLink('stores.php')}" title="{l s='Our stores' mod='blockcms'}">{l s='Our stores' mod='blockcms'}</a></li>{/if}

<li class="item"><a href="{$link->getPageLink('contact-form.php', true)}" title="{l s='Contact us' mod='blockcms'}">{l s='Contact us' mod='blockcms'}</a></li>

{foreach from=$cmslinks item=cmslink}

{if $cmslink.meta_title != ''}

<li class="item"><a href="{$cmslink.link|addslashes}" title="{$cmslink.meta_title|escape:'htmlall':'UTF-8'}">{$cmslink.meta_title|escape:'htmlall':'UTF-8'}</a></li>

{/if}

{/foreach}

{if $display_poweredby}<li class="last_item">{l s='Powered by' mod='blockcms'} <a href="http://www.prestashop.com">PrestaShop</a>™</li>{/if}

</ul>

<!-- /MODULE Block footer -->

 

 

... pour ne pas avoir ces liens... mais rien ne change !! Les liens sont toujours affichés.

Quelqu’un peut-il me dire ce que j'ai peut-être oublié de faire ?

 

Merci d'avance.

 

JC

Link to comment
Share on other sites

Bonjour,

 

J'ai forcé la recompilation hier mais en laissant le cache.

Suite à votre remarque, j'ai forcé la recompilation en enlevant le cache puis j'ai remis dans l'état initial.

Le problème subsiste toujours...

 

Merci

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