Jump to content

[résolu] Bloc footer


Recommended Posts

Bonjour,

 

Voila j'essaye de mettre le bloc cms dans mon footer mais impossible de l'afficher...

J'ai bien positionné le bloc cms dans le footer (Modules < Positions)

Donc ca doit être dans le template, il ne doit pas être déclaré...

Dans mon fichier footer.tpl j'ai ajouté le HOOK :

 

<!-- Footer -->

<div id="footer">{$HOOK_FOOTER}</div>

 

J'ai bien vidé le cache ce n'est pas cela non plus.

A moins que ce soit dans le tpl du module bloc cms???

 

Je cale la...

Pouvez-vous m'aider s'il vous plait?

 

Cordialement

Link to comment
Share on other sites

OK on avance...

 

Maintenant, dans le répertoire du thème, y a t il un répertoire modules/blockcms/ ...

 

je m'auto-réponds :

 

oui

 

éditez le fichier tpl inclus dedans :

 

<!-- MODULE Block footer --><p>©2011 {l s='Powered by' mod='blockcms'} <a href="http://www.prestashop.com">PrestaShop</a>™. All rights reserved</p>
{*<ul id="footer_links">
   {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}
   <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}
</ul>*}
<!-- /MODULE Block footer -->

 

supprimez les étoiles de commentaires.......

 

<ul id="footer_links">
   {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}
   <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}
</ul>

 

Profitez en pour supprimer les mentions que vous ne souhaitez pas garder.

 

n'oubliez pas de mettre "oui" dans performances pour forcer la compilation.

 

 

V++

 

Atch

  • Like 1
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...