You are here

function regions_preprocess_pre_page in Regions 6

Preprocessor that runs *before* template_preprocess_page().

1 string reference to 'regions_preprocess_pre_page'
regions_theme_registry_alter in ./regions.module
Implementation of hook_theme_registry_alter().

File

./regions.module, line 205
Add regions to the screen that are cross-theme compliant

Code

function regions_preprocess_pre_page(&$vars) {

  // stub for now
}