|
here is a fix, kinda -
12-08-2005, 11:34 PM
Hey,
Here is a fix that worked for me, but i think it might still be a problem via firefox... but still needs to be tested. From IE it worked fine..
in your theme folder go to theme.php open that and go to footer section and where it says if (index = 1 ) you need to change that to this
if (defined('INDEX_FILE')) {
|