You are here

colorbox_node.install in Colorbox Node 7.2

Same filename and directory in other branches
  1. 7.3 colorbox_node.install
  2. 7 colorbox_node.install

Install, update and uninstall functions for the colorbox node module.

File

colorbox_node.install
View source
<?php

/**
 * @file
 * Install, update and uninstall functions for the colorbox node module.
 */

/*
 * Implements hook_install().
 */
function colorbox_node_install() {
  variable_set('colorbox_load', TRUE);
}

Functions