From be9a5d2fc79241b41ebb2d6d47af433ec2d7f611 Mon Sep 17 00:00:00 2001 From: Rob Peters Date: Tue, 29 Jun 2010 00:24:02 +0000 Subject: Reposition Menumaker location and switch languages and themes --- themes/clouds/style.css | 2 +- themes/clouds/toplinks.php | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'themes/clouds') diff --git a/themes/clouds/style.css b/themes/clouds/style.css index de09b6d573..326ddecb0a 100644 --- a/themes/clouds/style.css +++ b/themes/clouds/style.css @@ -148,7 +148,7 @@ padding-left: 10px; } .toplinks_right { -padding-right: 58px; +padding-right: 18px; } .icon, .adminicon { diff --git a/themes/clouds/toplinks.php b/themes/clouds/toplinks.php index bfff326259..8f596a2012 100644 --- a/themes/clouds/toplinks.php +++ b/themes/clouds/toplinks.php @@ -123,10 +123,11 @@ $menubar = new MenuBar();
" > getMenuAsList(); global $ALLOW_THEME_DROPDOWN; + echo ' | ', MenuBar::getLanguageMenu()->getMenuAsList(); if ($ALLOW_THEME_DROPDOWN && get_site_setting('ALLOW_USER_THEMES')) { echo ' | ', MenuBar::getThemeMenu()->getMenuAsList(); } - echo ' | ', MenuBar::getLanguageMenu()->getMenuAsList(); + ?>
-- cgit v1.3