Jump to content

Module nouveautés


Recommended Posts

Bonjour,

en modifiant sensiblement le fichier php du module mentionné ci-dessus, vous pouvez le rendre compatible avec le hook home.

Ouvrir le fichier blocknewproducts.php :

localisez cette ligne
:

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



et ajoutez :

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



Ensuite, allez dans modules/positions/greffer et faites une greffe du module dans la page d'accueil (home).

Il y aura un peu de css à prévoir et certainement une modif du tpl également pour une autre présentation.

V++

Atch

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