You are here

function dfp_preprocess_html in Doubleclick for Publishers (DFP) 7

Same name and namespace in other branches
  1. 7.2 dfp.module \dfp_preprocess_html()

Implements preprocess_html().

File

./dfp.module, line 366

Code

function dfp_preprocess_html($variables) {

  // Add the header js here so that enough information has been loaded for
  // tokens to work properly.
  _dfp_js_global_settings();
}