1
Xoops Version: 2.2.3
File: footer.php
I've found out that the whole line:
Quote:
global $xoopsLogger, $xoopsOption, $xTheme, $xoopsConfig, $xoopsUser, $xoopsModule, $xoopsTpl;
... can be deleted.
That line just unsets the arrays and redefines them as global vars, so all previus content is lost.
The main thing affected is that notifications are not shown in modules calls.