2
#Which file would you call it from. Because you can use a cople of methods of adding javascript or css
if $xoTheme is in the global scope you could use:
Quote:
$xoTheme->addStylesheet( "path to css file" );
Or you could do this with $xoopsTpl (again, this has to be in the global Scope)
Use this right after XOOPS_ROOT_PATH.'/header.php'; or as close to after is as possible.
Quote:
$xoopsTpl->assign( 'xoops_module_header','');
Hope this helps