diff --git a/templates/Froxlor/index.tpl b/templates/Froxlor/index.tpl index 9edc562a..94c8f106 100644 --- a/templates/Froxlor/index.tpl +++ b/templates/Froxlor/index.tpl @@ -12,6 +12,7 @@ + {$title}Froxlor Server Management Panel diff --git a/webftp.php b/webftp.php index c1d522dc..4e3a7c4d 100644 --- a/webftp.php +++ b/webftp.php @@ -179,7 +179,6 @@ $smarty->assign('theme', $theme); $smarty->assign('settings', $settings); $smarty->assign('loggedin', 0); $smarty->assign('current_year', date('Y')); -$smarty->assign('image_folder', $image_path); $smarty->assign('title', 'WebFTP - '); // Let's start the program