summaryrefslogtreecommitdiff
path: root/inc/lang.shtml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@ffgraz.net>2011-05-09 01:03:09 +0000
committerChristian Pointner <equinox@ffgraz.net>2011-05-09 01:03:09 +0000
commitd465769e93aa51568c54589b46431f4a86e095b2 (patch)
treebcefa01a592eee62b0e16909c0d67ba7978f8c89 /inc/lang.shtml
parent7b2f78f05be0849efb5507a0df64074187bceb7d (diff)
added english includes
Diffstat (limited to 'inc/lang.shtml')
-rw-r--r--inc/lang.shtml15
1 files changed, 15 insertions, 0 deletions
diff --git a/inc/lang.shtml b/inc/lang.shtml
new file mode 100644
index 0000000..a5dfe67
--- /dev/null
+++ b/inc/lang.shtml
@@ -0,0 +1,15 @@
+<!--#set var="sitehtml" value="${SITE}.html" -->
+ <ul id="lang">
+<!--#if expr="${LANG} == de" -->
+ <li><img src="/images/at_dis.png" /><img src="/images/de_dis.png" /></li>
+<!--#else -->
+ <li><a href="/de/<!--#echo var="sitehtml" -->"><img src="/images/at.png" /><img src="/images/de.png" /></a></li>
+<!--#endif-->
+
+<!--#if expr="${LANG} == en" -->
+ <li><img src="/images/uk_dis.png" /><img src="/images/us_dis.png" /></li>
+<!--#else -->
+ <li><a href="/en/<!--#echo var="sitehtml" -->"><img src="/images/uk.png" /><img src="/images/us.png" /></a></li>
+<!--#endif-->
+ </ul>
+