Trying to remove the logout link in the navigation bar.

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
goshler
Posts: 2
Joined: 08 Apr 2005, 03:06
Location: Madrid, Spain

Trying to remove the logout link in the navigation bar.

Post by goshler »

Hi there,

We´ve integrated Mantis in our WebSite wich has it´s own login and logout links.

Our site is audited so user must use the LogOut link from the website, not from Mantis.

How can i remove this link? I´ve modified php_api.html but with no result.

Any ideas?


Thanks.
thraxisp
Developer
Posts: 509
Joined: 14 Feb 2005, 03:38
Location: Ottawa, Canada
Contact:

Post by thraxisp »

What version?

The logout link should be in core/html_api.php (print_menu).
goshler
Posts: 2
Joined: 08 Apr 2005, 03:06
Location: Madrid, Spain

Post by goshler »

You´re right. I didn´t write the name correctly. Of course the file is html_api.php in the core directory.

Thanx for your post. I´ve modified the print_menu function and now everything is working ok.
Post Reply