Page 1 of 1

Navigate to custom URL on Logo Text click

Posted: 19 Mar 2019, 00:10
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!

Re: Navigate to custom URL on Logo Text click

Posted: 19 Mar 2019, 11:45
by cas
Use this setting in config_inc.php :
$g_logo_url = '%default_home_page%';
And change to your liking