From 45803a79446dc5d9e1119fe218f059f027646190 Mon Sep 17 00:00:00 2001 From: Marco Dickert Date: Sat, 18 Jul 2020 15:34:22 +0200 Subject: [PATCH] Fix viewport settings for mobile view Signed-off-by: Marco Dickert --- src/main.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.php b/src/main.php index c2e7da7..f94a647 100644 --- a/src/main.php +++ b/src/main.php @@ -24,7 +24,7 @@ class IFM { "timezone" => "", "forbiddenChars" => array(), "dateLocale" => "en-US", - "language" => "@@@vars:defaultlanguage@@@", + "language" => "@@@vars:default_lang@@@", "selfoverwrite" => 0, // api controls @@ -218,7 +218,7 @@ IFM_ASSETS IFM - improved file manager - '; + '; $this->getCSS(); print ''; }