summaryrefslogtreecommitdiff
path: root/themes/colors
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-09-25 11:33:31 +0000
committerfisharebest <fisharebest@gmail.com>2010-09-25 11:33:31 +0000
commit0c17b8c94b54121e56d560cfebc4ab3df917a48c (patch)
treef26a2321bba97ec98a26e4c39e0cd44da1e1da0d /themes/colors
parentb235713517d0583b8de10e54bbdd791f7d7bc9fc (diff)
downloadwebtrees-0c17b8c94b54121e56d560cfebc4ab3df917a48c.tar.gz
webtrees-0c17b8c94b54121e56d560cfebc4ab3df917a48c.tar.bz2
webtrees-0c17b8c94b54121e56d560cfebc4ab3df917a48c.zip
Remove old/unused code
Diffstat (limited to 'themes/colors')
-rw-r--r--themes/colors/header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/colors/header.php b/themes/colors/header.php
index 20f1d8a2dc..a4df01b6d0 100644
--- a/themes/colors/header.php
+++ b/themes/colors/header.php
@@ -90,7 +90,7 @@ echo
'<link rel="stylesheet" href="', $modules, '" type="text/css" />',
'<link rel="stylesheet" href="', $stylesheet, '" type="text/css" media="all" />';
-if ($use_alternate_styles && $BROWSERTYPE != "other") { ?>
+if ($BROWSERTYPE!='other') { ?>
<link rel="stylesheet" href="<?php echo $THEME_DIR.$BROWSERTYPE; ?>.css" type="text/css" media="all" />
<?php
}