diff options
author | Christian Pointner <equinox@ffgraz.net> | 2013-06-03 18:57:24 +0000 |
---|---|---|
committer | Christian Pointner <equinox@ffgraz.net> | 2013-06-03 18:57:24 +0000 |
commit | 9c19744e63bf43ef7854bd3da87431aede60078b (patch) | |
tree | d6c80ffe6bdf4e05b680e12beb35c3f5f5c74086 /inc/lang.shtml | |
parent | 263ef0d5159b795bbfda73ee9bcd197e14ebfed6 (diff) |
added hungarian pages
Diffstat (limited to 'inc/lang.shtml')
-rw-r--r-- | inc/lang.shtml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/inc/lang.shtml b/inc/lang.shtml index 8ee2ae5..14c36c6 100644 --- a/inc/lang.shtml +++ b/inc/lang.shtml @@ -17,5 +17,11 @@ <!--#else --> <li><a href="/si/<!--#echo var="sitehtml" -->" title="Slovenska verzija"><img src="/images/si.png" alt="SI" /></a></li> <!--#endif--> + +<!--#if expr="${LANG} == hu" --> + <li><img src="/images/hu_dis.png" alt="HU" /> +<!--#else --> + <li><a href="/hu/<!--#echo var="hutehtml" -->" title="Slovenska verzija"><img src="/images/hu.png" alt="HU" /></a></li> +<!--#endif--> </ul> |