Same name and namespace in other branches
  1. 6.x includes/theme.maintenance.inc \_theme_load_offline_registry()

Builds the registry when the site needs to bypass any database calls.

1 string reference to '_theme_load_offline_registry'
_drupal_maintenance_theme in includes/theme.maintenance.inc
Sets up the theming system for maintenance page.

File

includes/theme.maintenance.inc, line 90
Theming for maintenance pages.

Code

function _theme_load_offline_registry($theme, $base_theme = NULL, $theme_engine = NULL) {
  return _theme_build_registry($theme, $base_theme, $theme_engine);
}