Find:
- Code: Select all
define('TOOLTIP_SIDEICON', 1); // Enable the sideIcon next to items? 1 = on 0 = off
Change to:
- Code: Select all
define('TOOLTIP_SIDEICON', 0); // Enable the sideIcon next to items? 1 = on 0 = off
For the missing images it might also be a problem with the WoW_IDs.php file. Go all the way to the bottom of the file and delete ?> from the file. Extra newlines cause Header issues. This file shouldn't really need to close the php tag anyhow.