Page 1 of 1

integrate an image at the top left of the title

Posted: 03 May 2019, 08:10
by pdelcot
Hello, how to integrate a small image at the top left of the title (Mantis BT), and which is visible on all pages.
thank you

Re: integrate an image at the top left of the title

Posted: 07 May 2019, 10:08
by cas
You can adjust the setting for the mantis logo ( and the link):
$g_logo_image = 'images/mantis_logo.png';
$g_logo_url = '%default_home_page%';
Please make changes in config/config_inc.php

Re: integrate an image at the top left of the title

Posted: 07 May 2019, 10:31
by pdelcot
Thank you for your reply.
But it does not work. In the tag: $ g_logo_url, should the full link to mantis, for example: www.mysiteweb/mantis/view_all_bug_page.php '?

Re: integrate an image at the top left of the title

Posted: 08 May 2019, 09:26
by cas
You can set the link to any address you prefer, that is the good news :D
So what exactly does not work?

Re: integrate an image at the top left of the title

Posted: 09 May 2019, 10:58
by pdelcot
Hello,

I followed your recommendations; I added in the file config.php the following 2 lines:
$ g_logo_image = 'images / mantis_logo.png';
$ g_logo_url = 'http://www.myprojets.com/mantisv2_test/ ... g_page.php';

but the image does not appear in the left-hand corner, instead of the title: Mantis Bt
view the photo

Re: integrate an image at the top left of the title

Posted: 09 May 2019, 20:58
by atrol