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/system/system.module | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index 4e844bf65..5204141c0 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -291,6 +291,7 @@ function system_element_info() { $types['page'] = array( '#show_messages' => TRUE, '#theme' => 'page', + '#theme_wrappers' => array('html'), ); $types['list'] = array( '#title' => '', -- cgit v1.2.3