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:
Arnold Bechtoldt
2012-08-14 23:14:54 +02:00
parent 601bf68d09
commit b1df344390
2 changed files with 1 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
<!--[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/main.js"></script>
<link href="templates/{$theme}/assets/img/favicon.ico" rel="icon" type="image/x-icon" />
<title>{$title}Froxlor Server Management Panel</title>
</head>
<body>