summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-03-07 11:28:22 +0000
committerDries Buytaert <dries@buytaert.net>2006-03-07 11:28:22 +0000
commit6d9e5084d8e6c49f3607e5153f963b4a8f835434 (patch)
tree665411866e7dc8140e2dae4bd801f14fe390619c /themes
parentf51bc544f28366071d3e9a9f5c3c77f55efb76d7 (diff)
downloadbrdo-6d9e5084d8e6c49f3607e5153f963b4a8f835434.tar.gz
brdo-6d9e5084d8e6c49f3607e5153f963b4a8f835434.tar.bz2
- Patch #52508 by TDobes: fixed theme system regressions.
Diffstat (limited to 'themes')
-rw-r--r--themes/chameleon/chameleon.theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/chameleon/chameleon.theme b/themes/chameleon/chameleon.theme
index 44965ef06..3753e3b28 100644
--- a/themes/chameleon/chameleon.theme
+++ b/themes/chameleon/chameleon.theme
@@ -35,7 +35,7 @@ function chameleon_page($content) {
$output .= "<head>\n";
$output .= " <title>". ($title ? strip_tags($title) ." | ". variable_get("site_name", "drupal") : variable_get("site_name", "drupal") ." | ". variable_get("site_slogan", "")) ."</title>\n";
$output .= drupal_get_html_head();
- theme('add_style', 'themes/chameleon/common.css');
+ $output .= theme('stylesheet_import', base_path() . path_to_theme() ."/common.css");
$output .= theme_get_styles();
$output .= "</head>";
$output .= "<body>\n";