From 6c0f8eba1c55b01e8dc3122f67cda34308ba94a2 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Tue, 15 Sep 2009 17:10:39 +0000 Subject: #469242 by tic2000, Pasqualle, pwolanin, Nick Lewis, moshe weitzman, Rob Loach, and alexanderpas: page.tpl.php has now been split into html.tpl.php (for , , and ) and page.tpl.php (for page content). This now provides consistency for granular theming of renderable output in all template files. --- modules/toolbar/toolbar.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/toolbar/toolbar.module') diff --git a/modules/toolbar/toolbar.module b/modules/toolbar/toolbar.module index 6b67501eb..6b931632a 100644 --- a/modules/toolbar/toolbar.module +++ b/modules/toolbar/toolbar.module @@ -46,7 +46,7 @@ function toolbar_page_build(&$page) { * * Add some page classes, so global page theming can adjust to the toolbar. */ -function toolbar_preprocess_page(&$vars) { +function toolbar_preprocess_html(&$vars) { if (user_access('access toolbar')) { $vars['classes_array'][] = 'toolbar toolbar-shortcuts'; } -- cgit v1.2.3