_theme_load_offline_registry
includes/theme.maintenance.inc, строка 73
- Версии
- 6
_theme_load_offline_registry($theme, $base_theme = NULL, $theme_engine = NULL)
This builds the registry when the site needs to bypass any database calls.
Код
<?php
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);
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии