Styling for new install
This commit is contained in:
6
install/templates/header.tpl
Normal file → Executable file
6
install/templates/header.tpl
Normal file → Executable file
@@ -4,9 +4,9 @@
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="Default-Style" content="text/css" />
|
||||
<!--[if lt IE 9]><script src="../js/html5shiv.js"></script><![endif]-->
|
||||
<link href="../templates/{$theme}/assets/css/main.css" rel="stylesheet" type="text/css" />
|
||||
<link href="templates/assets/css/install.css" rel="stylesheet" type="text/css" />
|
||||
<!--[if IE]><link rel="stylesheet" href="../templates/{$theme}/css/main_ie.css" type="text/css" /><![endif]-->
|
||||
<link href="../templates/{$theme}/assets/img/favicon.ico" rel="icon" type="image/x-icon" />
|
||||
<link href="templates/assets/img/favicon.ico" rel="icon" type="image/x-icon" />
|
||||
<title>Froxlor Server Management Panel - Installation</title>
|
||||
<style type="text/css">
|
||||
body {
|
||||
@@ -15,4 +15,4 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="loginpage">
|
||||
<div class="installsec">
|
||||
|
||||
Reference in New Issue
Block a user