aboutsummaryrefslogtreecommitdiffstats
path: root/include/template.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/template.class.php')
-rw-r--r--include/template.class.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/template.class.php b/include/template.class.php
index 056d54102..322a78957 100644
--- a/include/template.class.php
+++ b/include/template.class.php
@@ -149,6 +149,16 @@ class Template
else
$this->set_template_dir($root);
+ if (isset($lang_info['code']) and !isset($lang_info['jquery_code']))
+ {
+ $lang_info['jquery_code'] = $lang_info['code'];
+ }
+
+ if (isset($lang_info['jquery_code']) and !isset($lang_info['plupload_code']))
+ {
+ $lang_info['plupload_code'] = str_replace('-', '_', $lang_info['jquery_code']);
+ }
+
$this->smarty->assign('lang_info', $lang_info);
if (!defined('IN_ADMIN') and isset($conf['extents_for_templates']))