function bg_image_context_enable in Background Images 7
Implements hook_enable()
File
- bg_image_context/
bg_image_context.install, line 6
Code
function bg_image_context_enable() {
// Clear the cache so that the reaction appears in the reaction list
cache_clear_all();
}