diff options
author | Christian Pointner <equinox@ffgraz.net> | 2011-05-09 00:19:20 +0000 |
---|---|---|
committer | Christian Pointner <equinox@ffgraz.net> | 2011-05-09 00:19:20 +0000 |
commit | 7b2f78f05be0849efb5507a0df64074187bceb7d (patch) | |
tree | b1572d1ff6192f8cf89c769bb20b43cc3d3f63e7 /template/index.html | |
parent | 8d3c6d33f2bc9290a02567051f21bf50fa0267fa (diff) |
added language flags
Diffstat (limited to 'template/index.html')
-rw-r--r-- | template/index.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/template/index.html b/template/index.html index 5d386e5..942df9b 100644 --- a/template/index.html +++ b/template/index.html @@ -11,10 +11,14 @@ <ul> <li><a href="/">Home</a></li> <li><a href="http://wiki.ffgraz.net">Wiki</a></li> - <li><a href="/">Andere Initiativen</a></li> + <li><a href="/">Verwandte Initiativen</a></li> <li><a href="/">Links</a></li> <li><a href="/">Kontakt / Impressum</a></li> </ul> + <ul id="lang"> + <li><a href="/"><img src="/images/at_dis.png" /><img src="/images/de_dis.png" /></a></li> + <li><a href="/"><img src="/images/uk.png" /><img src="/images/us.png" /></a></li> + </ul> <div style="clear: both"></div> </div> <div id="navigation"> |