chiefwes Posted January 26, 2005 Posted January 26, 2005 In index.php, the following function is called: <html <?php echo HTML_PARAMS; ?>> Where can i find the value for HTML_PARAMS? >> As of right now, it is set to return: <html dir="LTR" lang="en"> This causes a problem with IE 6. If a user has the IE kanguage set to German (and German only) in IE pref box, that page can not be displayed. I have done extensive testing with this issue and found it to be the cause. By removing the actual line from my code on index.php, I was able to get it to work. Rather than editing each file, I want to change the value that is called. Any help? I can not find it..... Thnaks.
chrome Posted January 27, 2005 Posted January 27, 2005 The html params are all in the catalog or admin/includes/language/... (english, spanish, german.php). But I don't see the need for you to do anything with them. If you just delete the German (and Spanish) language from your admin panel that should work (hopefully!) for you. I also have the language set to German on IE and when I delete the language it just forces the browser to use the English one. If you want me to check if it is coming up here or not, tell me and I'll have a look. In fact all users should do this if they they are not intending to use German texts (or I suppose Spanish) in their in their pages. I've looked at a lot of shop websites that haven't deleted German from their admin and what usually (not in your case) happens is that the English text is just replaced with blank lines where the text should be. I suppose you could (but don't quote me on it) just comment out the params in the specific files and that might also do the trick. Cheers
Recommended Posts
Archived
This topic is now archived and is closed to further replies.