summaryrefslogtreecommitdiff
path: root/themes/clouds/toplinks.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/clouds/toplinks.php')
-rw-r--r--themes/clouds/toplinks.php3
1 files changed, 2 insertions, 1 deletions
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>