You are here

function admin_page_alter in Admin 6

Page preprocessor that runs before any others (including template_preprocess_page()). Check the theme rebuild flag and do so if necessary.

1 string reference to 'admin_page_alter'
admin_theme_registry_alter in ./admin.module
Implementation of hook_theme_registry_alter().

File

./admin.module, line 412

Code

function admin_page_alter(&$vars) {
  _admin_theme_rebuild();
}