You are here

colorbox_node.install in Colorbox Node 7.3

Same filename and directory in other branches
  1. 7 colorbox_node.install
  2. 7.2 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

Namesort descending Description
colorbox_node_install Implements hook_install().