1
Hello all,
When I want to add a specific stylesheet for my module I use:
$xoTheme->addStylesheet ( XOOPS_URL . '/modules/' . $xoopsModule->getVar("dirname") . '/css/style.css' );
Is there a similar solution in order to add some jquery plugins and some code to the head section when load that module?