Skip to content

Commit

Permalink
Moving block to header region.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhedstrom committed Jan 21, 2011
1 parent b63d71f commit e4f7f7f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,11 @@ function shift_signup_group_context_default_contexts_alter(&$contexts) {
$block = array(
'module' => 'views',
'delta' => 'my_group_shift_signups-block_1',
'region' => 'sidebar_second',
'region' => 'header',
'weight' => 1,
);
if (isset($contexts['front_authenticated'])) {
$contexts['front_authenticated']
if (isset($contexts['sitewide'])) {
$contexts['sitewide']
->reactions['block']['blocks']['views-my_group_shift_signups-block_1'] = $block;
}

Expand Down

0 comments on commit e4f7f7f

Please sign in to comment.