Adding icon for touch devices
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
BIN
templates/Sparkle/assets/img/touchicon.png
vendored
Normal file
BIN
templates/Sparkle/assets/img/touchicon.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.3 KiB |
2
templates/Sparkle/header.tpl
vendored
2
templates/Sparkle/header.tpl
vendored
@@ -27,6 +27,8 @@
|
||||
<link href="css/jquery-ui.min.css" rel="stylesheet" type="text/css"/>
|
||||
{$js}
|
||||
<link href="templates/{$theme}/assets/img/favicon.ico" rel="icon" type="image/x-icon" />
|
||||
<link href="templates/{$theme}/assets/img/touchicon.png" rel="shortcut" />
|
||||
<link href="templates/{$theme}/assets/img/touchicon.png" rel="apple-touch-icon" />
|
||||
<title><if isset($userinfo['loginname']) && $userinfo['loginname'] != ''>{$userinfo['loginname']} - </if>Froxlor Server Management Panel</title>
|
||||
<if Settings::Get('panel.use_webfonts') == '1'>
|
||||
<style type="text/css">
|
||||
|
||||
2
templates/Sparkle/index.tpl
vendored
2
templates/Sparkle/index.tpl
vendored
@@ -11,6 +11,8 @@
|
||||
<link href="//fonts.googleapis.com/css?family={$webfont}" rel="stylesheet">
|
||||
{/if}
|
||||
<link href="templates/{$theme}/assets/img/favicon.ico" rel="icon" type="image/x-icon" />
|
||||
<link href="templates/{$theme}/assets/img/touchicon.png" rel="shortcut" />
|
||||
<link href="templates/{$theme}/assets/img/touchicon.png" rel="apple-touch-icon" />
|
||||
<link rel="stylesheet" href="templates/{$theme}/assets/css/main.css" />
|
||||
<!--[if IE]><link rel="stylesheet" href="templates/{$theme}/assets/css/main_ie.css" /><![endif]-->
|
||||
<!--[if lt IE 9]><script src="js/html5shiv.js"></script><![endif]-->
|
||||
|
||||
Reference in New Issue
Block a user