From 3791cda0bb2f35a1f8d57b90600efbff15bfec6d Mon Sep 17 00:00:00 2001 From: cash Date: Mon, 4 Apr 2011 11:36:50 +0000 Subject: Fixes #3305 switched default and alt sections for footer menu git-svn-id: http://code.elgg.org/elgg/trunk@8934 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/externalpages/start.php | 1 - mod/reportedcontent/start.php | 1 + views/default/css/elements/navigation.php | 6 +++++- 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 *************************************** */ -- cgit v1.2.3