From fe4852a9eb11ba625d78d8771d6d81d4728a8f8a Mon Sep 17 00:00:00 2001 From: str4d Date: Wed, 19 Dec 2012 04:08:41 +0000 Subject: [PATCH] Display current language flag next to the Language menu (for easier identification) --- i2p2www/pages/global/lang.html | 2 +- i2p2www/pages/global/nav.html | 2 +- i2p2www/static/images/flags/{us.png => en.png} | Bin 3 files changed, 2 insertions(+), 2 deletions(-) rename i2p2www/static/images/flags/{us.png => en.png} (100%) diff --git a/i2p2www/pages/global/lang.html b/i2p2www/pages/global/lang.html index 8e3d6572..a7f9a9d3 100644 --- a/i2p2www/pages/global/lang.html +++ b/i2p2www/pages/global/lang.html @@ -1,5 +1,5 @@ -
  • {{ _('Language') }} +
  • {{ _('Language') }} {% include "global/lang.html" %}
  • diff --git a/i2p2www/static/images/flags/us.png b/i2p2www/static/images/flags/en.png similarity index 100% rename from i2p2www/static/images/flags/us.png rename to i2p2www/static/images/flags/en.png