MyBB Community Forums

Full Version: Error message change Logo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Guys how do I change MYBB logo that shows on error messages?
In inc/class_error.php change:
background: url({$_SERVER['PHP_SELF']}?action=mybb_logo)
to:
background: url(http://url.to-your-image.com/yourimage.png)
Dear @Destroy666 thanks you very very much