diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-01-07 19:42:12 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-01-07 19:42:12 +0000 |
commit | 9352d6abf8cc4cbf78e6a92e6cfb18b1d9fc750f (patch) | |
tree | e3c5a4b9d3bdc06c5412beb59000ef66c20a31da | |
parent | 56a637fefa96c3204d6e37b022eaa19eb5636303 (diff) | |
download | brdo-9352d6abf8cc4cbf78e6a92e6cfb18b1d9fc750f.tar.gz brdo-9352d6abf8cc4cbf78e6a92e6cfb18b1d9fc750f.tar.bz2 |
- Fixed default chameleon CSS.
-rw-r--r-- | themes/chameleon/chameleon.theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/chameleon/chameleon.theme b/themes/chameleon/chameleon.theme index d72e2d2ae..a162bb33e 100644 --- a/themes/chameleon/chameleon.theme +++ b/themes/chameleon/chameleon.theme @@ -40,7 +40,7 @@ function chameleon_header($title = "") { $output .= " <title>". ($title ? $title ." | ". variable_get("site_name", "drupal") : variable_get("site_name", "drupal") ." | ". variable_get("site_slogan", "")) ."</title>\n"; $output .= theme_head(); $output .= " <link rel=\"stylesheet\" type=\"text/css\" href=\"themes/chameleon/default.css\" />\n"; - $output .= " <link rel=\"stylesheet\" type=\"text/css\" href=\"". variable_get("chameleon_stylesheet", "themes/chameleon/default.css") ."\" />\n"; + $output .= " <link rel=\"stylesheet\" type=\"text/css\" href=\"". variable_get("chameleon_stylesheet", "themes/chameleon/pure.css") ."\" />\n"; $output .= "</head>"; $output .= "<body ". theme_onload_attribute() .">\n"; $output .= " <div id=\"header\">"; |