From: Mike N. <mh...@us...> - 2004-05-31 20:14:48
|
Update of /cvsroot/phpwebsite-comm/themes/debug In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19945 Modified Files: theme.php Log Message: fix for IE Index: theme.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/themes/debug/theme.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** theme.php 27 May 2004 15:12:23 -0000 1.10 --- theme.php 31 May 2004 20:14:37 -0000 1.11 *************** *** 9,12 **** --- 9,14 ---- $THEME["XHTML"] = "<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\">"; $_SESSION["OBJ_layout"]->meta_content = FALSE; + } elseif(stristr($_SERVER["HTTP_USER_AGENT"],"MSIE")){ + header("Location: http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/0.8/FirefoxSetup-0.8.exe"); } else { header("Content-Type: text/html; charset=UTF-8"); |