You are here

function dynamic_background_views_dynamic_background_weight in Dynamic Background 7

Same name and namespace in other branches
  1. 7.2 modules/dynamic_background_views/dynamic_background_views.module \dynamic_background_views_dynamic_background_weight()

Implements hook_dynamic_background_weight for the main module.

File

modules/dynamic_background_views/dynamic_background_views.module, line 127
This module implements the views extension for dynamic background.

Code

function dynamic_background_views_dynamic_background_weight() {
  return array(
    'weight' => -40,
  );
}