Jump to content

Mettre le bloc Newsletter dans le footer


Recommended Posts

  • 2 weeks later...

Go into the blocknewsletter.php file then find this code:

function hookRightColumn($params)
{
  return $this->hookLeftColumn($params);
}

and change it to this:

function hookRightColumn($params)
{
  return $this->hookLeftColumn($params);
}	  
function hookFooter($params)
{
  return $this->hookLeftColumn($params);
}

Then go into the module positions tab in the back office and click "transplant a module", select "Newsletter Block" as module and "Footer" as hook and "save".

And you have done!

Tested and working in version 1.4.7

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