2
hrac,
in the index.php you have to assign the $variable to the smarty template:
$variable = "/modules/news/index.php?x=1";
$xoopsTpl->assign('variable', $variable);
in the theme.html you can then go as you describet:
http://www.mysite.com/xoopsroot2<{$variable}>
Don't forget to update the module as the theme is only updated you do an install or update of the module.
hope it helps
Markus