Hi - I have created a module that needs some styles as well as a java script. I have gotten this to work by putting the java script include right after <jdoc:include type="head" />. I added the styles in templates.css. I would like to make this standalone so that when the module is installed it will auto- include the java script and a dedicated style sheet in the head section. I am not sure how to do this with modules that use either/both java script and style sheet. Somehow rocktheme modules read this in with <jdoc:include type="head" />I can not seem to get the answer with googling. I am sure it is something obvious.