Page 1 of 1
Customising Page Footer
Posted: 15 Dec 2005, 14:09
by DangerMouse
Hello again,
I hope I'm not going to become the scourge of this forum, but I have a few questions about configuring the footer at the bottom of the page.
I have found reference to it in HTML_API.php and have also found refence to the inclusion of a custom banner? Where can i find further details on this?
I wish to remove the version number (to possibly improve security) and to customise the eMail address.
Thanks
Posted: 18 Dec 2005, 09:59
by vboctor
Checkout the following options:
$g_show_version, $g_bottom_include_page, $g_top_include_page.
Regards,
Victor
MantisConnect
http://www.futureware.biz/mantisconnect
Re: Customising Page Footer
Posted: 14 Apr 2009, 00:45
by dingfelder
OK, I added
$g_bottom_include_page = '%absolute_path%/custom_header.php';
$g_top_include_page = '%absolute_path%/custom_footer.php';
when a custom header page is there is does use it instead of the default logo
for the footer though, it adds the footer and also still adds the old default footer.
How can I make mantis use the customer footer INSTEAD of the default footer?
Re: Customising Page Footer
Posted: 14 Apr 2009, 06:44
by deboutv
You need to modify the PHP code.
Re: Customising Page Footer
Posted: 14 Apr 2009, 10:40
by dingfelder
if I understand correctly, and you are saying that the only way to do it is via changing core files (changes that will then be lost on the next upgrade) than I would say that I am quite disappointed.
I had hoped at the very least that there would be a way to override the get_footer html API, so that the overriding call would get used instead.
Re: Customising Page Footer
Posted: 02 Jun 2012, 15:07
by mittalpatel
To update the email address in footer you can change value of $g_webmaster_email variable in config_defaults_inc.php file
There are other email settings also given which you can update. Find for "MantisBT Email Settings" in config_defaults_inc.php file and you should find it.
