Search found 1 match

by gl
Tue 3. May 2005, 11:55
Forum: phpwcms Support English
Topic: Multilanguage switcher, it's works.
Replies: 9
Views: 5448

Multilanguage switcher, it's works.

Hello all,
I used the WeDgE suggestion successfully.
What I changed is the switch clause, like this:
switch( strtolower( substr( $_SERVER['REQUEST_URI'],6, 2 ) ) )
In this way the check is explicitly on the user request and not on the browser configuration.....

bye

gl