loukaum
Just popping in
Posted on: 2011/11/18 23:02
#1
When I want to add a specific stylesheet for my module I use:
Is there a similar solution in order to add some jquery plugins and some code to the head section when load that module?
Inserting Jquery plugins in my module
2011/11/18 23:02 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?