drupal_common_theme()
Provides theme registration for themes across .inc files.
File
core/includes/theme.inc, line 1715 The theme system, which controls the output of Drupal.
Code
function drupal_common_theme() {
return array(
// From theme.inc.
'html' => array(
'render element' => 'html',
),
'page' => array(
'render element' => 'page',
),
'page_title' => array(
'variables' => array('title' => NULL),
),
'region' => ar