1
Hi !!
I've read the former topic, but I don't think it's the same problem.
I want to include my own code in a module index.php file.
But this module seems to use smarty system...
I think I have to use the $xoopsTpl variable...
but I don't find any method to add a script :(
something like that could be great :
$xoopsTpl->addScript(XOOPS_ROOT_PATH."/menu.php");
I think it's a smarty "problem" because when I simply include my script with the php include fonction, my menu appears in the top right corner :)
I've already bypassed this problem in my own module by not using the smarty system but now I have to : it's not my module
I hope you understand me because I'm not a native English speaker (writer^^) ;)