ericdstrom Posted January 15, 2014 Share Posted January 15, 2014 Hello, I'm developing a WHMCS addon and can't seem to find an answer to what seems like should be something simple. I have my output going to an admin page and need to include a javascript file. When I put in the script tags and give it a src to what seems like should be the file, it returns a 404. Is there a variable or anything that WHMCS has that defines the path of an addon? The path that I'm using is "/modules/addons/my_module_name/js/scripts.js". Thanks for your help. 0 Quote Link to comment Share on other sites More sharing options...
REVOLUTIONS inc. Posted January 17, 2014 Share Posted January 17, 2014 hello dont use a beginging forward slash "/" instead of "/modules/addons/my_module_name/js/scripts.js" use "modules/addons/my_module_name/js/scripts.js" 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.