| | |
| | | +-----------------------------------------------------------------------+ |
| | | | program/include/rcube_browser.php | |
| | | | | |
| | | | This file is part of the RoundCube Webmail client | |
| | | | Copyright (C) 2007-2009, RoundCube Dev. - Switzerland | |
| | | | This file is part of the Roundcube Webmail client | |
| | | | Copyright (C) 2007-2009, The Roundcube Dev Team | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | | PURPOSE: | |
| | |
| | | $this->dom = ($this->mz || $this->safari || ($this->ie && $this->ver>=5) || ($this->opera && $this->ver>=7)); |
| | | $this->pngalpha = $this->mz || $this->safari || ($this->ie && $this->ver>=5.5) || |
| | | ($this->ie && $this->ver>=5 && $this->mac) || ($this->opera && $this->ver>=7) ? true : false; |
| | | $this->imgdata = !$this->ie; |
| | | } |
| | | } |
| | | |