From cb5397b88b405f79b4100ca927fc5bf05b6b9b99 Mon Sep 17 00:00:00 2001 From: Romain Goffe Date: Wed, 10 Aug 2011 19:39:14 +0200 Subject: [PATCH] templates: retrieve lang parameter --- templates/ancient.tmpl | 1 + templates/minimal.tmpl | 2 ++ templates/patacrep-en.tmpl | 1 + 3 files changed, 4 insertions(+) diff --git a/templates/ancient.tmpl b/templates/ancient.tmpl index 8616dd07..46d5dd7d 100644 --- a/templates/ancient.tmpl +++ b/templates/ancient.tmpl @@ -61,6 +61,7 @@ \picturecopyright{\getpicturecopyright} \footer{\getfooter} \licence{\getlicense} +\lang{\getlang} \newindex{titleidx}{\getname_title} \newauthorindex{authidx}{\getname_auth} diff --git a/templates/minimal.tmpl b/templates/minimal.tmpl index 725712c6..c3e75411 100644 --- a/templates/minimal.tmpl +++ b/templates/minimal.tmpl @@ -38,6 +38,8 @@ \usepackage{lmodern} \usepackage[spanish,english,french]{babel} +\lang{\getlang} + \newindex{titleidx}{\getname_title} \newauthorindex{authidx}{\getname_auth} diff --git a/templates/patacrep-en.tmpl b/templates/patacrep-en.tmpl index 4f1bd9f0..0a43e658 100644 --- a/templates/patacrep-en.tmpl +++ b/templates/patacrep-en.tmpl @@ -61,6 +61,7 @@ \picturecopyright{\getpicturecopyright} \footer{\getfooter} \licence{\getlicense} +\lang{\getlang} \newindex{titleidx}{\getname_title} \newauthorindex{authidx}{\getname_auth}