diff options
author | Simon Rettberg | 2016-05-10 16:57:06 +0200 |
---|---|---|
committer | Simon Rettberg | 2016-05-10 16:57:06 +0200 |
commit | 2fa2bb665d8ca5e837147f85267f865f1b8b0503 (patch) | |
tree | b2e49bb825e1cc421597a681351d04b97c91834c /index.php | |
parent | Message string editing works now (diff) | |
download | slx-admin-2fa2bb665d8ca5e837147f85267f865f1b8b0503.tar.gz slx-admin-2fa2bb665d8ca5e837147f85267f865f1b8b0503.tar.xz slx-admin-2fa2bb665d8ca5e837147f85267f865f1b8b0503.zip |
Translating module strings and custom sections works
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -52,11 +52,6 @@ abstract class Page self::$instance->doAjax(); } - public static function translate($tag, $section = 'module') - { - return self::$module->translate($tag, $section); - } - public static function getModule() { return self::$module; |