Hi!
Everything looks fine and the homepage is up and running
but an annoying message appears in the left corner of the
frontpage. It’s shows a script error .
I have tested to cut/paste all the css to a new IE6.css but
still got the problem.
Any ideas? – Thanks in advance!:
SOLVED! 😀
In the index.php – Replace:
<script language=”javascript” type=”text/javascript” src=”<?php echo $tmpTools->templateurl(); ?>/js/mootools.v1.11.js”></script>
with
<script language=”javascript” type=”text/javascript” src=”http://yourown.domain.com/ja_edenite/js/mootools.v1.11.js”></script>
Do the same in:
<script language=”javascript” type=”text/javascript” src=”http://yourown.domain.com/ja_edenite/js/ja.script.js”></script>
Good luck!