2
In 2.2?
In 2.2 you don´t have $xoTheme either!
I would sugest a small change in the code:
//xoRewritemodule
$xoopsTpl =& $GLOBALS['xTheme']->tplEngine;
$xoopsTpl->load_filter('output', 'xoRewriteModule');
And place it in header.php just before the ?> tag.
PS: Not tested.