You are here

function colorbox_node_preprocess_html in Colorbox Node 7.2

Same name and namespace in other branches
  1. 7.3 colorbox_node.module \colorbox_node_preprocess_html()

File

./colorbox_node.module, line 12
Creates a menu callback with support for displaying a node inside of a colorbox.

Code

function colorbox_node_preprocess_html() {

  // We need to include our misc/ajax.js function all the time in case
  // since we are using the built in AJAX Framework
  drupal_add_library('system', 'drupal.ajax');
}