diff options
| author | wjames5 <will@tekimaki.com> | 2010-05-13 15:27:17 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2010-05-13 15:27:17 +0000 |
| commit | b9cc8c5790bbc14d3112eb87b605af8eadcab3a2 (patch) | |
| tree | 1610d1738f12eec9184fcd55e28b9dc0124e139e /bit_setup_inc.php | |
| parent | 2b6a68b4cef3052afaad426f74d6b9b6c84fed18 (diff) | |
| download | themes-b9cc8c5790bbc14d3112eb87b605af8eadcab3a2.tar.gz themes-b9cc8c5790bbc14d3112eb87b605af8eadcab3a2.tar.bz2 themes-b9cc8c5790bbc14d3112eb87b605af8eadcab3a2.zip | |
under no circumstances should the theme be auto changed, this can royally screw up page content
Diffstat (limited to 'bit_setup_inc.php')
| -rw-r--r-- | bit_setup_inc.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bit_setup_inc.php b/bit_setup_inc.php index 6df6e23..95073ad 100644 --- a/bit_setup_inc.php +++ b/bit_setup_inc.php @@ -23,12 +23,6 @@ require_once( THEMES_PKG_PATH."BitThemes.php" ); global $gBitThemes; $gBitThemes = new BitThemes(); -// if we're viewing this site with a text-browser, we force the text-browser theme -global $gSniffer; -if( !$gSniffer->_feature_set['css1'] && !$gSniffer->_feature_set['css2'] ) { - $gBitThemes->setStyle( 'lynx' ); -} - // setStyle first, in case package decides it wants to reset the style in it's own <package>/bit_setup_inc.php if( !$gBitThemes->getStyle() ) { $gBitThemes->setStyle( DEFAULT_THEME ); |
