_theme_load_offline_registry

6 theme.maintenance.inc _theme_load_offline_registry($theme, $base_theme = NULL, $theme_engine = NULL)
7 theme.maintenance.inc _theme_load_offline_registry($theme, $base_theme = NULL, $theme_engine = NULL)
8 theme.maintenance.inc _theme_load_offline_registry($theme, $base_theme = NULL, $theme_engine = NULL)

This builds the registry when the site needs to bypass any database calls.

1 string reference to '_theme_load_offline_registry'

File

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

Code

function _theme_load_offline_registry($theme, $base_theme = NULL, $theme_engine = NULL) {
  $registry = _theme_build_registry($theme, $base_theme, $theme_engine);
  _theme_set_registry($registry);
}
Login or register to post comments