diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-09-25 11:33:31 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-09-25 11:33:31 +0000 |
| commit | 0c17b8c94b54121e56d560cfebc4ab3df917a48c (patch) | |
| tree | f26a2321bba97ec98a26e4c39e0cd44da1e1da0d /themes/colors | |
| parent | b235713517d0583b8de10e54bbdd791f7d7bc9fc (diff) | |
| download | webtrees-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.php | 2 |
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 } |
