OK so I'm setting this up for my web site, but it's not working.
http://www.mollymookbeachseaview.com.au/calendar/
It can't find the lang file. BUT, if you copy that URL and browse to it, it's there.
HELP!
I tried all sorts of settings in the config file, and it hasn't worked. Currently the config file is:
- Code: Select all
// paths ( with trailing / )
define("DIR_JS", "http://www.mollymookbeachseaview.com.au/js/"); # js files
define("DIR_CSS", "http://www.mollymookbeachseaview.com.au/css/"); # css files
define("DIR_IMAGES", "http://www.mollymookbeachseaview.com.au/images/"); # calendar images
define("DIR_LANG", "http://www.mollymookbeachseaview.com.au/calendar/lang/"); # lang folder
Any help is greatly appreciated!
Scott