How to change Login Page Logo & Icon

Just add the following new line to file config_inc.php

$g_logo_image = 'images/my_logo.gif';

and copy your logo to images/my_logo.gif or even better create an own directory for all your customizations and change the path

  • 0 Utilisateurs l'ont trouvée utile
Cette réponse était-elle pertinente?

Articles connexes

User blocked to avoid spam (rate limiting)

In order to work around this, one of the following actions can be done: Upgrade the user to an...

Want to add own company url in footer section

See https://github.com/mantisbt/mantisbt/blob/release-2.15.0/core/layout_api.php#L1150