summaryrefslogtreecommitdiff
path: root/themes/chameleon
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-08-22 09:00:31 +0000
committerDries Buytaert <dries@buytaert.net>2006-08-22 09:00:31 +0000
commita8de1e92d73a673dc7404e5aa82de1df35f834be (patch)
treec37668735c20e647c63ea5756389df3f6087328a /themes/chameleon
parent4936f4df125a72405d5713a4f677ef49cd831ed4 (diff)
downloadbrdo-a8de1e92d73a673dc7404e5aa82de1df35f834be.tar.gz
brdo-a8de1e92d73a673dc7404e5aa82de1df35f834be.tar.bz2
- Patch #76637 by timnc: streamline JavaScript addition and add settings storage.
Diffstat (limited to 'themes/chameleon')
-rw-r--r--themes/chameleon/chameleon.theme1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/chameleon/chameleon.theme b/themes/chameleon/chameleon.theme
index fd1580d52..056ffdf4c 100644
--- a/themes/chameleon/chameleon.theme
+++ b/themes/chameleon/chameleon.theme
@@ -38,6 +38,7 @@ function chameleon_page($content) {
$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();
$output .= drupal_get_css();
+ $output .= drupal_get_js();
$output .= "</head>";
$output .= "<body>\n";
$output .= " <div id=\"header\">";