summaryrefslogtreecommitdiff
path: root/themes/chameleon
diff options
context:
space:
mode:
Diffstat (limited to 'themes/chameleon')
-rw-r--r--themes/chameleon/chameleon.info2
-rw-r--r--themes/chameleon/chameleon.theme2
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/chameleon/chameleon.info b/themes/chameleon/chameleon.info
index 2103648dd..4a6850e4d 100644
--- a/themes/chameleon/chameleon.info
+++ b/themes/chameleon/chameleon.info
@@ -7,5 +7,7 @@ features[] = logo
features[] = favicon
features[] = name
features[] = slogan
+stylesheets[all][] = style.css
+stylesheets[all][] = common.css
version = VERSION
core = 6.x
diff --git a/themes/chameleon/chameleon.theme b/themes/chameleon/chameleon.theme
index aa7405540..7433ed8ef 100644
--- a/themes/chameleon/chameleon.theme
+++ b/themes/chameleon/chameleon.theme
@@ -29,8 +29,6 @@ function chameleon_page($content, $show_blocks = TRUE, $show_messages = TRUE) {
drupal_set_html_head('<link rel="shortcut icon" href="'. check_url(theme_get_setting('favicon')) .'" type="image/x-icon" />');
}
- drupal_add_css(path_to_theme() .'/common.css', 'theme');
-
$title = drupal_get_title();
// Get blocks before so that they can alter the header (JavaScript, Stylesheets etc.)