aboutsummaryrefslogtreecommitdiff
path: root/mod
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-05 16:17:38 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-05 16:17:38 +0000
commite653f20df28c493811d5c66667cc2d614bc47531 (patch)
treeab9160f7b9f60971cef86a412dcc76e241927bd9 /mod
parent5d9f88a89ac15608edbc1f7076409108368c6028 (diff)
downloadelgg-e653f20df28c493811d5c66667cc2d614bc47531.tar.gz
elgg-e653f20df28c493811d5c66667cc2d614bc47531.tar.bz2
pulled power by icon out of menu in footer as it serves a different purpose than other menu items
git-svn-id: http://code.elgg.org/elgg/trunk@8583 36083f99-b078-4883-b0ff-0f9b5a30f544
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,
));
}