Need unique header content in each page – help!
Permalink
Hi, I need to add several different Adobe Wallaby flash replacement files to all of the pages on my site. I need to have different header scripts to point to each file.
I tried adding them to Properties>Header Extra Content. This seems to put them in the right place when I view source but the page is not longer editable.
<link href="location-of.css" type="text/css" rel="stylesheet"></link>
<script type="text/javascript" src="location-of.jquery-1.4.2.js"></script>
<script type="text/javascript" src="location-of.js"></script>
There are the above lines I'm trying to add. Am I doing something wrong? Any help really welcome as I'm pretty stuck. Thanks.
I tried adding them to Properties>Header Extra Content. This seems to put them in the right place when I view source but the page is not longer editable.
<link href="location-of.css" type="text/css" rel="stylesheet"></link>
<script type="text/javascript" src="location-of.jquery-1.4.2.js"></script>
<script type="text/javascript" src="location-of.js"></script>
There are the above lines I'm trying to add. Am I doing something wrong? Any help really welcome as I'm pretty stuck. Thanks.
Adding additional versions of jquery will cause conflicts, and Concrete won't work right. Your script should work fine with whatever version of Concrete you're using (especially if its 5.5.1+).
Hope this helps!