diff options
Diffstat (limited to 'wallet.html.j2')
-rw-r--r-- | wallet.html.j2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wallet.html.j2 b/wallet.html.j2 index aa833d57..7b4914a2 100644 --- a/wallet.html.j2 +++ b/wallet.html.j2 @@ -4,7 +4,7 @@ <meta charset="utf-8"/> <title>{{ _("GNU Taler") }} - {{ _("Wallet") }}</title> <meta name="description" content=""> - <!--# include file="common/header.inc" --> + <!--# include file="common/header.{{ _("en") }}.inc" --> <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/millncjiddlpgdmkklmhfadpacifaonc" /> <script src="web-common/taler-wallet-lib.js" type="text/javascript"></script> @@ -109,7 +109,7 @@ document.addEventListener('DOMContentLoaded', onLoad); <body class="en" onLoad="loadLang();"> <div class="container"> - <!--# include file="common/navigation.inc" --> + <!--# include file="common/navigation.{{ _("en") }}.inc" --> <!-- Jumbotron --> <div class="jumbotron"> <h1 lang="en">Taler Wallet</h1> @@ -191,7 +191,7 @@ document.addEventListener('DOMContentLoaded', onLoad); </div> <!-- /row --> - <!--# include file="common/footer.inc" --> + <!--# include file="common/footer.{{ _("en") }}.inc" --> </div> <!-- /container --> </body> </html> |