You are here

function drupalforfirebug_preprocess_init in Drupal For Firebug 6

Same name and namespace in other branches
  1. 5 drupalforfirebug_preprocess.module \drupalforfirebug_preprocess_init()
  2. 7.2 drupalforfirebug_preprocess.module \drupalforfirebug_preprocess_init()
  3. 7 drupalforfirebug_preprocess.module \drupalforfirebug_preprocess_init()

Implementation of hook_init()

File

./drupalforfirebug_preprocess.module, line 6

Code

function drupalforfirebug_preprocess_init() {
  global $dfp_runtime;
  $dfp_runtime = array();
}