Totally Zenned
- Join Date:
- Feb 2006
- Location:
- Chicago
- Posts:
- 1,349
- Plugin Contributions:
- 0
Where to put css/js files?
Ok
So I was making changes to the search functionality and for that I needed to change a little of design too
I have one css file...styletest.css and one jsfile jscript_myfunctions.js
I placed the js file at
includes/templates/{template_directory}/jscript/
and css file at
\includes\templates\classic\css
All works well but when I tested the search, the output page was heavily broken
can someone tell me the idea way to handle this situation?