You are here

function dynamic_background_context_dynamic_background_weight in Dynamic Background 7.2

Same name and namespace in other branches
  1. 7 modules/dynamic_background_context/dynamic_background_context.module \dynamic_background_context_dynamic_background_weight()

Implements hook_dynamic_background_weight().

File

modules/dynamic_background_context/dynamic_background_context.module, line 94

Code

function dynamic_background_context_dynamic_background_weight() {
  return array(
    'weight' => -50,
  );
}