1 theme.maintenance.inc _theme_load_offline_registry($theme, $base_theme = NULL, $theme_engine = NULL)

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

File

core/includes/theme.maintenance.inc, line 103
Theme the maintenance pages.

Code

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