Page 1 of 1

Edit title tag

Posted: 26 Apr 2013, 07:08
by jshari2002
Hi,

I want to remove the MantisBt in the title tag. Can anyone please help in doing this. It will be better if some one suggest how to customize it.

Thanks in advance.

Re: Edit title tag

Posted: 26 Apr 2013, 07:38
by atrol
What do you mean with "title tag"?
You should attach a screenshot and mark the "title tag"

Re: Edit title tag

Posted: 29 Apr 2013, 11:49
by Lapinkiller
hello

are you talking about the html tag <title> ?

If yes, add in config_inc.php the following line :

Code: Select all

$g_window_title	= 'My beautiful bugtracker';
;)

(you can set it empty)