Where can I find the hyperlink code that the logo in the upper left goes to? I keep clicking on it to go to MY mantis home page and it keeps coming here !
THanks,
Patrick
making the logo go to my home page
Moderators: Developer, Contributor
-
jtornadojr
- Posts: 12
- Joined: 30 Jul 2008, 15:55
Re: making the logo go to my home page
Go to core > html_api.php and do a search for logo within that file. Should be below a heading like this...
Print a user-defined banner at the top of the page if there is one.
You can change it there.
Print a user-defined banner at the top of the page if there is one.
You can change it there.
-
patrick24601
- Posts: 14
- Joined: 31 Jul 2008, 22:15
Re: making the logo go to my home page
THanks jt.
Re: making the logo go to my home page
There is much better way:
create small php file that will display your logo and then set
$g_top_include_page to point that file.
Modifing *_api.php file is always bad idea.
create small php file that will display your logo and then set
$g_top_include_page to point that file.
Modifing *_api.php file is always bad idea.
'Press any key to continue or any other key to quit'