Skip to content

Commit

Permalink
fix(site_notifications): correctly position site_notifications menu
Browse files Browse the repository at this point in the history
fixes #6809
  • Loading branch information
jdalsem committed Apr 10, 2015
1 parent 4dbc5b5 commit 22d14ac
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
'default' => false 'default' => false
)); ));


$list_body = elgg_view_image_block($icon, $text, array( $list_body = elgg_view_image_block($icon, $menu . $text, array(
'image_alt' => $menu,
'class' => 'pvn' 'class' => 'pvn'
)); ));


Expand Down

0 comments on commit 22d14ac

Please sign in to comment.