Shape 5

Joomla Templates => Hosticity - August 08 - Club => : xyzb December 09, 2008, 08:05:45 AM



: Javascript Errors - Please Fix!
: xyzb December 09, 2008, 08:05:45 AM
Front Page Slide
File: mod_s5_frontpageslide.php
Around line 107
Single quote in  javascript is causing an errors - anywhere an image is referenced in the code - mentioned

url(<?php echo $s5_hoverimage ?>)

is generated into
url('/modules/s5_frontpageslide/arrow.jpg')


Just an fyi... I tried to escape the single quote in the code without luck.  I had to manually paste url(/modules/s5_frontpageslide/image name here) to replace url(<?php echo $s5_hoverimage ?>) where an image is called.

You guys need to fix this!

later


: Re: Javascript Errors - Please Fix!
: mikek December 10, 2008, 07:47:17 AM
Hello, I am not seeing any errors on our end with single quotes, the quotes by css standards should be there. What is the specific error that you are seeing?