From a8de1e92d73a673dc7404e5aa82de1df35f834be Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 22 Aug 2006 09:00:31 +0000 Subject: - Patch #76637 by timnc: streamline JavaScript addition and add settings storage. --- themes/chameleon/chameleon.theme | 1 + 1 file changed, 1 insertion(+) (limited to 'themes/chameleon') 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 ? strip_tags($title) ." | ". variable_get("site_name", "drupal") : variable_get("site_name", "drupal") ." | ". variable_get("site_slogan", "")) ."\n"; $output .= drupal_get_html_head(); $output .= drupal_get_css(); + $output .= drupal_get_js(); $output .= ""; $output .= "\n"; $output .= "
"; -- cgit v1.2.3