I have a script that I would like to include in some pages on both the user inteface(store) and admin interface. I wonder if I should just create a folder called js and call the file when I need it like this:
Code:
<SCRIPT SRC="something.js">
</SCRIPT>
Or does Zen provides a better approach to this?

Sincerely,