bg_image_context.install in Background Images 7
File
bg_image_context/bg_image_context.installView 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
Name | Description |
---|---|
bg_image_context_enable | Implements hook_enable() |