Jump to content

Recommended Posts

Bonjour,

 

Il y a un problème avec l'affichage des liens du blocktopmenu.

 

L'erreur à corriger est ici : modules/blocktopmenu/menutoplinks.class.php, il faut modifier les deux requêtes.

 

Dans function gets, remplacer

SELECT l.id_linksmenutop, l.new_window, ll.link, ll.label

par

SELECT l.id_linksmenutop, l.new_window, l.link, ll.label

 

Dans function getLinkLang, remplacer

SELECT l.id_linksmenutop, l.new_window, ll.link, ll.label, ll.id_lang

par

SELECT l.id_linksmenutop, l.new_window, l.link, ll.label, ll.id_lang

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