From 19a7e78ebe930db4cb6f51a3e35dfc3ef6ad4731 Mon Sep 17 00:00:00 2001 From: "Florian Aders (EleRas)" Date: Mon, 11 Jul 2011 17:10:14 +0200 Subject: [PATCH] Force Froxlor - theme for WebFTP until opther themes are available, refs #819 Signed-off-by: Florian Aders (EleRas) --- webftp.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webftp.php b/webftp.php index ed12c24b..d9a2720b 100644 --- a/webftp.php +++ b/webftp.php @@ -97,6 +97,7 @@ if ($db->connect_error) } $settings = array(); +/* // Let's get the theme we need if ($result = $db->query("SELECT `value` FROM `panel_settings` WHERE `varname` = 'default_theme'")) { @@ -107,6 +108,9 @@ else // Default will be Froxlor ;) $settings['panel']['default_theme'] = 'Froxlor'; } +*/ +# Until we have other themes: enforce the Froxlor - layout +$settings['panel']['default_theme'] = 'Froxlor'; # Initialize Smarty include('./lib/classes/Smarty/Smarty.class.php');