summaryrefslogtreecommitdiffstats
path: root/inc/render.inc.php
diff options
context:
space:
mode:
authorraul2014-07-10 15:29:50 +0200
committerMichael Pereira Neves2014-07-11 15:05:32 +0200
commitfc2a4bcd2c3b544ce3df87c64bd7c915dc0d7397 (patch)
tree6757f96820ea5477cb429edbc3bad7002ee59804 /inc/render.inc.php
parent[i18n] changed DB script to the new language notation (diff)
downloadslx-admin-fc2a4bcd2c3b544ce3df87c64bd7c915dc0d7397.tar.gz
slx-admin-fc2a4bcd2c3b544ce3df87c64bd7c915dc0d7397.tar.xz
slx-admin-fc2a4bcd2c3b544ce3df87c64bd7c915dc0d7397.zip
[i18n] reorganized the internationalization system
Diffstat (limited to 'inc/render.inc.php')
-rw-r--r--inc/render.inc.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/render.inc.php b/inc/render.inc.php
index 1b45535d..0b891c80 100644
--- a/inc/render.inc.php
+++ b/inc/render.inc.php
@@ -164,7 +164,6 @@ class Render
public static function parse($template, $params = false)
{
$dictionary = Dictionary::getArrayTemplate($template);
- //$dictionary = Dictionary::getArray();
if (is_array($params) || $params === false || is_null($params))
$params['token'] = Session::get('token');
return self::$mustache->render(self::getTemplate($template), array_merge($dictionary,$params));