2
You can add now smarty vars by adding them to this file
XOOP_ROOT_PATH./class/templates.php
and in a function called:
xoInit
Or you could do it another way by adding the following to whichever module etc.
$xoopsTpl->assign('smartyvarkey',$value);
Hope this helps,
Catz