Allow themes to have various variants
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
This commit is contained in:
4
templates/Sparkle/header.tpl
vendored
4
templates/Sparkle/header.tpl
vendored
@@ -22,10 +22,10 @@
|
||||
<if Settings::Get('panel.use_webfonts') == '1'>
|
||||
<link href="//fonts.googleapis.com/css?family={Settings::Get('panel.webfont')}" rel="stylesheet">
|
||||
</if>
|
||||
<link href="templates/{$theme}/assets/css/main.css" rel="stylesheet" type="text/css" />
|
||||
{$css}
|
||||
<!--[if IE]><link rel="stylesheet" href="templates/{$theme}/css/main_ie.css" type="text/css" /><![endif]-->
|
||||
<link href="css/jquery-ui.min.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="templates/{$theme}/assets/js/main.js"></script>
|
||||
{$js}
|
||||
<link href="templates/{$theme}/assets/img/favicon.ico" rel="icon" type="image/x-icon" />
|
||||
<title><if isset($userinfo['loginname']) && $userinfo['loginname'] != ''>{$userinfo['loginname']} - </if>Froxlor Server Management Panel</title>
|
||||
<style type="text/css">
|
||||
|
||||
Reference in New Issue
Block a user