From 3791cda0bb2f35a1f8d57b90600efbff15bfec6d Mon Sep 17 00:00:00 2001 From: cash Date: Mon, 4 Apr 2011 11:36:50 +0000 Subject: Fixes #3305 switched default and alt sections for footer menu git-svn-id: http://code.elgg.org/elgg/trunk@8934 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/reportedcontent/start.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod/reportedcontent') diff --git a/mod/reportedcontent/start.php b/mod/reportedcontent/start.php index 406624e50..87b4b3c7b 100644 --- a/mod/reportedcontent/start.php +++ b/mod/reportedcontent/start.php @@ -31,6 +31,7 @@ function reportedcontent_init() { 'title' => elgg_echo('reportedcontent:this:tooltip'), 'text' => elgg_view_icon('report-this') . elgg_echo('reportedcontent:this'), 'priority' => 500, + 'section' => 'alt', )); } -- cgit v1.2.3