integrate an image at the top left of the title

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
pdelcot
Posts: 17
Joined: 13 Sep 2013, 08:40

integrate an image at the top left of the title

Post 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
cas
Posts: 1586
Joined: 11 Mar 2006, 16:08
Contact:

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

Post 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
pdelcot
Posts: 17
Joined: 13 Sep 2013, 08:40

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

Post 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 '?
cas
Posts: 1586
Joined: 11 Mar 2006, 16:08
Contact:

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

Post by cas »

You can set the link to any address you prefer, that is the good news :D
So what exactly does not work?
pdelcot
Posts: 17
Joined: 13 Sep 2013, 08:40

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

Post 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
Attachments
2019-05-09_125618.jpg
2019-05-09_125618.jpg (38.92 KiB) Viewed 6350 times
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

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

Post by atrol »

Please use Search before posting and read the Manual
Post Reply