I'm using a RT-Hybrid template with Joomla! 1.6 on my site, and it works fine, except one thing - I can't add my own javascripts to it.
I suppose that I should change a 'index.php' file located in 'templates/rt_hybrid_j16' subdirectory, right?
But the problem occurs - when I'm adding a script like this
<script type="text/javascript" src="..."></script> (with no symbols between the opening and closing tags) - it is just ignored.
And if I change it like this
<script type="text/javascript" src="..."> </script> (with 1 space in between) - it is shown like
<script type="text/javascript">\n \n</script> , so the src attribute is ignored !!