diff options
Diffstat (limited to 'mod/reportedcontent')
-rw-r--r-- | mod/reportedcontent/start.php | 1 |
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', )); } |