Navigate to custom URL on Logo Text click

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
stigzler
Posts: 10
Joined: 18 Mar 2019, 23:36

Navigate to custom URL on Logo Text click

Post by stigzler »

Hi,

Is it possible to set a custom URL when clicking the text in the top left? I've figured out how to change this text via config_inc.php:

$g_window_title = 'Mago Arcade';

but no idea how to change to URL that clicking this leads to. I've looked through config_defaults_inc.php, but can't find anything there.

Love Mantis btw!
cas
Posts: 1586
Joined: 11 Mar 2006, 16:08
Contact:

Re: Navigate to custom URL on Logo Text click

Post by cas »

Use this setting in config_inc.php :
$g_logo_url = '%default_home_page%';
And change to your liking
Post Reply