removing an unecessary variable in webftp and adding favicon to the webftp template
Signed-off-by: Arnold Bechtoldt <mail@arnoldbechtoldt.com>
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
<!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
|
<!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
|
||||||
<script type="text/javascript" src="templates/{$theme}/assets/js/jquery.min.js"></script>
|
<script type="text/javascript" src="templates/{$theme}/assets/js/jquery.min.js"></script>
|
||||||
<script type="text/javascript" src="templates/{$theme}/assets/js/main.js"></script>
|
<script type="text/javascript" src="templates/{$theme}/assets/js/main.js"></script>
|
||||||
|
<link href="templates/{$theme}/assets/img/favicon.ico" rel="icon" type="image/x-icon" />
|
||||||
<title>{$title}Froxlor Server Management Panel</title>
|
<title>{$title}Froxlor Server Management Panel</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -179,7 +179,6 @@ $smarty->assign('theme', $theme);
|
|||||||
$smarty->assign('settings', $settings);
|
$smarty->assign('settings', $settings);
|
||||||
$smarty->assign('loggedin', 0);
|
$smarty->assign('loggedin', 0);
|
||||||
$smarty->assign('current_year', date('Y'));
|
$smarty->assign('current_year', date('Y'));
|
||||||
$smarty->assign('image_folder', $image_path);
|
|
||||||
$smarty->assign('title', 'WebFTP - ');
|
$smarty->assign('title', 'WebFTP - ');
|
||||||
|
|
||||||
// Let's start the program
|
// Let's start the program
|
||||||
|
|||||||
Reference in New Issue
Block a user