Jump to content

[Solved] Footer problem/bug on standard theme


Recommended Posts

Hello.

I have one problem with footer. When I modify the footer on my page to remove powered by PrestaShop

/modules/blockvariouslinks/blockvariouslinks.tpl

I can write anything and it works prefectly, when I use words with Ö or Ä. It stops showing.

For example, when I write Powered by PrestaShÖp, i do not see it on homepage, when put back Powered by PrestaShop I see it without any problem.

Link to comment
Share on other sites

><!-- MODULE Block various links -->
</pre>
<ul>
{l s='Specials' mod='blockvariouslinks'}
{l s='New products' mod='blockvariouslinks'}
{l s='Top sellers' mod='blockvariouslinks'}
{l s='Contact us' mod='blockvariouslinks'}
   {foreach from=$cmslinks item=cmslink}
{$cmslink.meta_title|escape:'htmlall':'UTF-8'}
   {/foreach}
{l s='AutoParts24 OÜ' mod='blockvariouslinks'}
</ul>
<br><!-- /MODULE Block various links --&gt



I have this code !

34899_34Te92Jt1Bwb4GBzGC0G_t

34900_m8Y6amGusCmoa13sap3B_t

Link to comment
Share on other sites

The code above works perfectly for me. Can you check of the encoding is set to UTF-8?

You should have something like (in your site soruce):

<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />



and in your /config/config.inc.php

/* Improve PHP configuration to prevent issues */
@ini_set('default_charset', 'utf-8');

/* Correct Apache charset */
header('Content-Type: text/html; charset=utf-8');

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