thomascube
2005-10-16 de2e1eba99b7d892f2f6fd782703496561c1524e
Added alt-texts for IE browser


2 files modified
4 ■■■■ changed files
program/include/main.inc 2 ●●● patch | view | raw | blame | history
program/include/rcube_shared.inc 2 ●●● patch | view | raw | blame | history
program/include/main.inc
@@ -30,7 +30,7 @@
  // check client
  $BROWSER = rcube_browser();
  // load config file
  include_once('config/main.inc.php');
  $CONFIG = is_array($rcmail_config) ? $rcmail_config : array();
program/include/rcube_shared.inc
@@ -979,7 +979,7 @@
// provide details about the client's browser
function rcube_browser()
  {
  global $HTTP_USER_AGENT;
  $HTTP_USER_AGENT = $_SERVER['HTTP_USER_AGENT'];
  $bw['ver'] = 0;
  $bw['win'] = stristr($HTTP_USER_AGENT, 'win');