Fixes #193, language id was missing
authorAlexander Ebert <ebert@woltlab.com>
Tue, 27 Sep 2011 12:58:45 +0000 (14:58 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 27 Sep 2011 12:58:45 +0000 (14:58 +0200)
wcfsetup/install/files/acp/templates/header.tpl

index 547e00b1c94927ada49b800c2ecfaf92e0abd51b..638a5c1e8e4388332f318b97d1032fc568360af5 100644 (file)
@@ -9,6 +9,7 @@
                var SID_ARG_2ND = '{@SID_ARG_2ND_NOT_ENCODED}';
                var RELATIVE_WCF_DIR = '{@RELATIVE_WCF_DIR}';
                var SECURITY_TOKEN = '{@SECURITY_TOKEN}';
+               var LANGUAGE_ID = {@$__wcf->getLanguage()->languageID};
                //]]>
        </script>
        <script type="text/javascript" src="{@RELATIVE_WCF_DIR}js/3rdParty/jquery.min.js"></script>
                        
                        <!-- CONTENT -->
                        <section id="content" class="content">
-                               
\ No newline at end of file
+