-
The file mod/layout/class/Layout.php contains some code which checks what kind of browser is used.
846 public function styleLink($link, $header=FALSE)
847 {
848 $browser = getBrowser();
849
850 // *sigh* not worth the hassle to conform to IE
851 if ($browser == 'MSIE') {
852 $can_import = FALSE;
853 } else {
854...
2008-12-13 18:11:39 UTC in phpWebSite Content Management System
-
/usr/src/unh-iscsi-2.0# make
make -C /lib/modules/`uname -r`/build SUBDIRS=`pwd` LINUXINCLUDE=" -I/lib/modules/`uname -r`/build/include -Iinclude -include include/linux/autoconf.h -include /lib/modules/`uname -r`/build/include/linux/autoconf.h"
make[1]: Entering directory `/usr/src/linux-headers-2.6.27-7-server'
LD /usr/src/unh-iscsi-2.0/built-in.o
CC [M]...
2008-11-11 22:04:52 UTC in UNH-iSCSI Initiator and Target for Linux
-
/usr/src/unh-iscsi-2.0# make
make -C /lib/modules/`uname -r`/build SUBDIRS=`pwd` LINUXINCLUDE=" -I/lib/modules/`uname -r`/build/include -Iinclude -include include/linux/autoconf.h -include /lib/modules/`uname -r`/build/include/linux/autoconf.h"
make[1]: Entering directory `/usr/src/linux-headers-2.6.27-7-server'
LD /usr/src/unh-iscsi-2.0/built-in.o
CC [M]...
2008-11-11 22:02:55 UTC in UNH-iSCSI Initiator and Target for Linux
-
Logged In: YES
user_id=926151
well In most cases the locale will have to reflect the
content not the user's browser language preferences. If I
want to run an english site, with english content, having
the locale automatically switch to dutch will be more
confusing then helpfull. All menu's and content etc. will be
in the english language, with only application strings
translated into...
2006-08-10 20:50:31 UTC in phpWebSite Content Management System
-
inline import with '@import (url) screen'
is generated inside the html, IE doesn't understand
this and so it breaks the themes.
2006-08-08 21:35:48 UTC in phpWebSite Content Management System
-
At the moment it's not possible in version 1 beta 2, to
select a language on a per user basis. The language is
either the default language or the browsers language.
At least it seems to be that way...
2006-08-06 22:59:45 UTC in phpWebSite Content Management System