12
you want add jquery.js whit thsi link : browse.php?Frameworks/jquery/jquery.js and this method :
<{php}>
/** add JQuery and JQuery UI */
global $xoTheme;
$xoTheme->addScript("browse.php?Frameworks/jquery/jquery.js");
$this->assign('xoops_module_header', $xoTheme->renderMetas(null, true));
<{/php}>
in your theme and remove all other jquery.js files . for mymenu I think it good if you remove all this codes :
and add all js files in theme header whit this method :
$xoTheme->addScript("browse.php?Frameworks/jquery/pluginsjquery.ui.js");
$xoTheme->addScript("browse.php?modules/mymenus/skins/superfish/js/hoverIntent.js");
and more and remove