summaryrefslogtreecommitdiff
path: root/lib/VNDB/Util/LayoutHTML.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/VNDB/Util/LayoutHTML.pm')
-rw-r--r--lib/VNDB/Util/LayoutHTML.pm8
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/VNDB/Util/LayoutHTML.pm b/lib/VNDB/Util/LayoutHTML.pm
index 524b6258..d9dad434 100644
--- a/lib/VNDB/Util/LayoutHTML.pm
+++ b/lib/VNDB/Util/LayoutHTML.pm
@@ -49,12 +49,8 @@ sub _menu {
div class => 'menubox';
h2;
- span;
- for (grep $self->{l10n}->language_tag() ne $_, $self->{l10n}->languages()) {
- a href => "?l10n=$_";
- cssicon "lang $_", mt "_lang_$_"; # NOTE: should actually be in the destination language...
- end;
- }
+ a href => "#", id => 'lang_select';
+ cssicon "lang ".$self->{l10n}->language_tag(), mt "_lang_".$self->{l10n}->language_tag();
end;
txt mt '_menu';
end;