added to head.php (also uploaded the selctivizr script )
- Code: Select all
$document->addScript($this->templateurl() . '/js/selectivizr.js');
Unfortunately I can not upgrade to J1.7 with this site.
Here is the location:
http://216.224.185.30/
$document->addScript($this->templateurl() . '/js/selectivizr.js');
$document->addScript('http://YOURSITE.com/PATH_TO_JS_FOLDER/selectivizr.js');
I'm not sure what selectivizr is, but Google says to me it's http://selectivizr.com/
If so, it's something like adding GA code to a site. You can try adding absolute path to the js file:
$document->addScript('http://YOURSITE.com/PATH_TO_JS_FOLDER/selectivizr.js');
$document->addScript($this->templateurl() . '/js/selectivizr.js');
<!--[if (gte IE 6)&(lte IE 8)]>
<script type="text/javascript" src="selectivizr.js"></script>
<![endif]-->