You are here

function drupalforfirebug_preprocess_page_alter in Drupal For Firebug 7

Same name and namespace in other branches
  1. 7.2 drupalforfirebug_preprocess.module \drupalforfirebug_preprocess_page_alter()

Implementation of hook_page_alter()

File

./drupalforfirebug_preprocess.module, line 64

Code

function drupalforfirebug_preprocess_page_alter(&$page) {
  global $dfp_runtime;
  $dfp_runtime['drupalforfirebug_page']['original']['page'] = $page;
}