aboutsummaryrefslogtreecommitdiff
path: root/mod/reportedcontent
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-04-04 11:36:50 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-04-04 11:36:50 +0000
commit3791cda0bb2f35a1f8d57b90600efbff15bfec6d (patch)
tree07eed5a54e7e19b5f2d064c571189c70fc75d4aa /mod/reportedcontent
parent64a0e05c9249dc9e23964452419963fcdbdc0ca2 (diff)
downloadelgg-3791cda0bb2f35a1f8d57b90600efbff15bfec6d.tar.gz
elgg-3791cda0bb2f35a1f8d57b90600efbff15bfec6d.tar.bz2
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
Diffstat (limited to 'mod/reportedcontent')
-rw-r--r--mod/reportedcontent/start.php1
1 files changed, 1 insertions, 0 deletions
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',
));
}