Hi,
I am having strange results happen. I don't know if anyone has come accross this before, or might know what is causing it...
I am trying to use a third party script called Squito Gallery. it is (should be) a nice gallery program. It uses language files, and some how this is it's down fall.
It replaces everything that is grabbed from the language files with the letter "N". This only happens so far on my mac browser Internet Explorer. However, everything works great on Netscape.
The author seems as baffeled as I am and I really would like to understand what would make this happen. Judging by the forums, others have had the same problems.
We started some trouble shooting and by Changing this:
echo ($this->lang['string'])?$this->lang['string']:'string';
to this:
echo $this->lang['string'];
The code used to make everything grabbed from the language files as "I" Now everything is an "N". Weird no? Here are some screenshots:
Internet Explorer

Netscape

The code to this software can be grabbed from the developers site at: squitosoft.angrymosquito.com/