aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mod/externalpages/start.php1
-rw-r--r--mod/reportedcontent/start.php1
-rw-r--r--views/default/css/elements/navigation.php6
3 files changed, 6 insertions, 2 deletions
diff --git a/mod/externalpages/start.php b/mod/externalpages/start.php
index 97df4fb5b..696b617da 100644
--- a/mod/externalpages/start.php
+++ b/mod/externalpages/start.php
@@ -29,7 +29,6 @@ function expages_setup_footer_menu() {
foreach ($pages as $page) {
$url = "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 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',
));
}
diff --git a/views/default/css/elements/navigation.php b/views/default/css/elements/navigation.php
index a3bd0bca8..669f44b93 100644
--- a/views/default/css/elements/navigation.php
+++ b/views/default/css/elements/navigation.php
@@ -437,10 +437,14 @@ li:hover > .elgg-menu-site-more {
padding: 0 4px;
}
-.elgg-menu-footer-alt {
+.elgg-menu-footer-default {
float: right;
}
+.elgg-menu-footer-alt {
+ float: left;
+}
+
/* ***************************************
ENTITY
*************************************** */