aboutsummaryrefslogtreecommitdiff
path: root/mod/externalpages/start.php
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/externalpages/start.php
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/externalpages/start.php')
-rw-r--r--mod/externalpages/start.php1
1 files changed, 1 insertions, 0 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);
}
}