You are here

function dynamic_background_blog_dynamic_background_weight in Dynamic Background 7.2

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

Implements hook_dynamic_background_weight().

File

modules/dynamic_background_blog/dynamic_background_blog.module, line 183
This module provides the user blog's with the option to use different dynamic background images for each blog.

Code

function dynamic_background_blog_dynamic_background_weight() {
  return array(
    'weight' => -35,
  );
}