2
Xoops method for load jquery is not good . we must find better solution for it in XOOPS 2.5.1
but you can add jquery in your theme like this:
<{php}>
/** add JQuery and JQuery UI */
global $xoTheme;
$xoTheme->addScript("browse.php?Frameworks/jquery/jquery.js");
$xoTheme->addScript("browse.php?Frameworks/jquery/plugins/jquery.ui.js");
$this->assign('xoops_module_header', $xoTheme->renderMetas(null, true));
<{/php}>
Looking to suico theme