diff options
author | Philip Häusler <msquare@notrademark.de> | 2014-09-24 15:11:50 +0200 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2014-09-24 15:11:50 +0200 |
commit | 07b65412043c89a6a3176f202498f8a603c15dfb (patch) | |
tree | e513a5e183d87e4142dacee4e0c16dbfa05c277b /includes/helper/internationalization_helper.php | |
parent | 094715e6eea83c56891716c24b652b35f18337bd (diff) |
move language to submenu
Diffstat (limited to 'includes/helper/internationalization_helper.php')
-rw-r--r-- | includes/helper/internationalization_helper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/helper/internationalization_helper.php b/includes/helper/internationalization_helper.php index 6a1f172d..836bbc6a 100644 --- a/includes/helper/internationalization_helper.php +++ b/includes/helper/internationalization_helper.php @@ -48,7 +48,7 @@ function make_langselect() { $items = array(); foreach ($locales as $locale => $name) $items[] = toolbar_item_link(htmlspecialchars($URL) . $locale, '', '<img src="pic/flag/' . $locale . '.png" alt="' . $name . '" title="' . $name . '"> ' . $name); - return toolbar_dropdown('', '<img src="pic/flag/' . $_SESSION['locale'] . '.png" alt="' . $locales[$_SESSION['locale']] . '" title="' . $locales[$_SESSION['locale']] . '">', $items); + return $items; } ?>
\ No newline at end of file |