diff options
| author | Rob Peters <makitso@gmail.com> | 2010-06-29 00:24:02 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2010-06-29 00:24:02 +0000 |
| commit | be9a5d2fc79241b41ebb2d6d47af433ec2d7f611 (patch) | |
| tree | d17af87f9bfab1ef3ac72a57cea8957505e26b00 /themes/clouds | |
| parent | bb81223c44626e847ef3ea0c119a69f169272634 (diff) | |
| download | webtrees-be9a5d2fc79241b41ebb2d6d47af433ec2d7f611.tar.gz webtrees-be9a5d2fc79241b41ebb2d6d47af433ec2d7f611.tar.bz2 webtrees-be9a5d2fc79241b41ebb2d6d47af433ec2d7f611.zip | |
Reposition Menumaker location and switch languages and themes
Diffstat (limited to 'themes/clouds')
| -rw-r--r-- | themes/clouds/style.css | 2 | ||||
| -rw-r--r-- | themes/clouds/toplinks.php | 3 |
2 files changed, 3 insertions, 2 deletions
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(); <div class="makeMenu" align="<?php echo $TEXT_DIRECTION=="rtl"?"left":"right"; ?>" > <?php echo MenuBar::getFavoritesMenu()->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(); + ?> </div> </td> |
