Page 1 of 1
Remove Date
Posted: 22 Feb 2012, 18:04
by Elyes
Hello
I'm wondering how can I remove the Date shown on all pages above the menu?
Thanks
Re: Remove Date
Posted: 22 Feb 2012, 20:13
by atrol
There is no configuration option to hide the display of the date.
You have to change source code of MantisBT for this.
Re: Remove Date
Posted: 22 Feb 2012, 22:04
by Elyes
do you have any idea in which page?
Re: Remove Date
Posted: 22 Feb 2012, 22:15
by atrol
which Version of MantisBT do you use?
Re: Remove Date
Posted: 22 Feb 2012, 22:28
by Elyes
I found it.
Go to
core/html_api.php and add
// on the ligne 518
Code: Select all
echo "<span class=\"italic\">$t_now</span>";
Thanks.