Hello,
I'm using menu_links module to add link before "home" menu. This link redirect user on my main website.
All is fine when i am a registered user. But when I am 'guest', and with none public album, the login page doesn't show the link to my website, there is only one menu : the "home" menu.
I'm exploring source files, but i haven't discover where the "site_menu" is made for the login page. I found in modules/gallery/helpers/gallery_event the function site_menu() but it seems not to be used for login page.
Can anyone help me ?
Sorry for my english, i'm writing from France.
Thanks.
Jean
Posts: 5
Hi,
I have solved my problem !
In the file modules/menu_links/helpers/menu_links_events.php, the lines
must be placed after
Now all is fine !
Jean