You are here

function dynamic_background_inherit_dynamic_background_selector_alter in Dynamic Background 7.2

Implements hook_dynamic_background_selector_alter().

File

modules/dynamic_background_inherit/dynamic_background_inherit.module, line 21
Primary hook implementations for Dynamic Background Inherit.

Code

function dynamic_background_inherit_dynamic_background_selector_alter(&$form, $settings, $instance) {

  // It's automatic.
  $form['#description'] = t('If no image is selected, the background image from the parent page will be used.');
}