From b1df344390793530e55b07f80b3768207a7961a8 Mon Sep 17 00:00:00 2001 From: Arnold Bechtoldt Date: Tue, 14 Aug 2012 23:14:54 +0200 Subject: [PATCH] removing an unecessary variable in webftp and adding favicon to the webftp template Signed-off-by: Arnold Bechtoldt --- templates/Froxlor/index.tpl | 1 + webftp.php | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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