1
How would I go about this? I need to add my own javascript source into the section of the index.php of the news module in administrator mode. I need this javascript for a custom feature.
Basically I want to add a line such as:
I can't find a section in the admin/index.php or admin/storyform.inc.php file. The only place I find it is in XOOPS_URL."/include/cp_functions.php...BUT I wouldn't want to have this javascript load for every admin module.
Thanks!