You are here

bg_image_context.install in Background Images 7

File

bg_image_context/bg_image_context.install
View source
<?php

/**
 * Implements hook_enable()
 */
function bg_image_context_enable() {

  // Clear the cache so that the reaction appears in the reaction list
  cache_clear_all();
}

Functions

Namesort descending Description
bg_image_context_enable Implements hook_enable()