Jump to content

vider le cache et site down


Recommended Posts

merci pour l'info mais il semble aussi que j 'ai un problème sur le fichier footer.tpl . Pourriez vous me mettre le contenu original ou corrigé le mien  ?

Merci d'avance

{**
 * 2007-2017 PrestaShop
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to [email protected] so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to http://www.prestashop.com for more information.
 *
 * @author    PrestaShop SA <[email protected]>
 * @copyright 2007-2017 PrestaShop SA
 * @license   http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 * International Registered Trademark & Property of PrestaShop SA
 *}
<div class="footer-before">
    <div class="container">
{block name='hook_footer_before'}
        {hook h='displayFooterBefore'}
    {/block}
    </div>
</div>
<div class="footer-container">
  <div class="container">
    <div class="row footer">
 {block name='hook_footer'}
     {hook h='displayFooter'}
      {/block}
    </div>
    
       
    
  </div>
</div>
<div class="footer-after">
    <div class="container">
 {block name='hook_footer_after'}
     {hook h='displayFooterAfter'}
{/block}
      <div class="row">
      <div class="col-md-6">
        <p class="copyright">
{block name='copyright_link'}
          <a class="_blank" href="http://prestashop.com" target="_blank">
            {l s='%copyright% %year% - Ecommerce software by %prestashop.com%’ sprintf=['%prestashop%' => 'prestashop.com™', '%year%' => 'Y'|date, '%copyright%' => '©'] d='Shop.Theme'}
          </a>
          {/block}
        </p>
      </div>
    </div>
    </div>  
</div>
<a class="top_button" href="#" style="">&nbsp;</a>
 

 

Link to comment
Share on other sites

Il y a 3 heures, jerems83 a dit :

il semble

Qu'est ce qui vous fait croire cela ?

Avez vous pris le temps de faire ce qui vous a été proposé ?

Il y a 3 heures, jerems83 a dit :

Pourriez vous me mettre le contenu original ou corrigé le mien

pour l'original il suffit de télécharger l'archive originale de votre version de PrestaShop et de comparer.

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