summaryrefslogtreecommitdiff
path: root/themes/engines/phptemplate/phptemplate.engine
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/engines/phptemplate/phptemplate.engine
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/engines/phptemplate/phptemplate.engine')
-rw-r--r--themes/engines/phptemplate/phptemplate.engine1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/engines/phptemplate/phptemplate.engine b/themes/engines/phptemplate/phptemplate.engine
index 79f0f989a..7533888fc 100644
--- a/themes/engines/phptemplate/phptemplate.engine
+++ b/themes/engines/phptemplate/phptemplate.engine
@@ -214,6 +214,7 @@ function phptemplate_page($content) {
'site_slogan' => (theme_get_setting('toggle_slogan') ? variable_get('site_slogan', '') : ''),
'css' => drupal_add_css(),
'styles' => drupal_get_css(),
+ 'scripts' => drupal_get_js(),
'tabs' => theme('menu_local_tasks'),
'title' => drupal_get_title()
);