aboutsummaryrefslogtreecommitdiff
path: root/mod
diff options
context:
space:
mode:
Diffstat (limited to 'mod')
-rw-r--r--mod/externalpages/start.php1
-rw-r--r--mod/reportedcontent/start.php1
2 files changed, 1 insertions, 1 deletions
diff --git a/mod/externalpages/start.php b/mod/externalpages/start.php
index cdc400274..4dffe93c5 100644
--- a/mod/externalpages/start.php
+++ b/mod/externalpages/start.php
@@ -29,6 +29,7 @@ function expages_setup_footer_menu() {
foreach ($pages as $page) {
$url = "pg/expages/read/$page";
$item = new ElggMenuItem($page, elgg_echo("expages:$page"), $url);
+ $item->setSection('alt');
elgg_register_menu_item('footer', $item);
}
}
diff --git a/mod/reportedcontent/start.php b/mod/reportedcontent/start.php
index b92ab0f30..e42d86cf8 100644
--- a/mod/reportedcontent/start.php
+++ b/mod/reportedcontent/start.php
@@ -30,7 +30,6 @@ function reportedcontent_init() {
'href' => $href,
'title' => elgg_echo('reportedcontent:this:tooltip'),
'text' => elgg_view_icon('report-this') . elgg_echo('reportedcontent:this'),
- 'section' => 'alt',
'priority' => 500,
));
}