Page 1 of 1

Trying to remove the logout link in the navigation bar.

Posted: 17 May 2005, 21:04
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.

Posted: 18 May 2005, 02:31
by thraxisp
What version?

The logout link should be in core/html_api.php (print_menu).

Posted: 18 May 2005, 12:33
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.