diff options
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> |
