Wednesday 15 April 2009 12:41:44 pm
Hi There,
I need to include a .js File from a directory outside the template / override directory.
<b>Templates are here</b>: /design/mydesign/templates <b>JS is here</b>: /design/mydesign/javascript/ineedthisJS.js Inclusion like this doesn't work: <script type="text/javascript" src="{"javascript/newsticker/jquery.newsticker.js"|ezdesign(no)}"></script>
cause in the JS there are some different <script> sections defined again - i cannot change the JS, cause it's generated dynamically by our adserver (would be horrible on updates). So i want to include the js. file with the {include} function. But i can only find includes of files in the template directories, for example: {include uri="design:link.tpl"}
Does anyone know wich URI parameter beside "design" i can use, so that i can point to the .js File in the "javascript" directory?
Thanks in advance,
Regards, Michael
|