// removed login.css

This commit is contained in:
Kevin Granger
2013-11-04 16:53:43 +01:00
parent 0009556ed5
commit 68cda947ed
3 changed files with 0 additions and 177 deletions
-1
View File
@@ -32,7 +32,6 @@ if(!isset($_SESSION['loggedin']) || $_SESSION['loggedin'] === false) {
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link type="text/css" href="theme/<?php echo CONFIG_THEME_NAME; ?>/css/login.css" rel="stylesheet" />
<title><?php echo LOGIN_PAGE_TITLE; ?></title>
</head>
<body>