summaryrefslogtreecommitdiffstats
path: root/login.php
diff options
context:
space:
mode:
Diffstat (limited to 'login.php')
-rw-r--r--login.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/login.php b/login.php
index ca5f6e0e..2751f0f6 100644
--- a/login.php
+++ b/login.php
@@ -157,7 +157,9 @@ $htmllang = str_replace("_","-",conf('lang'));
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo conf('site_charset'); ?>" />
<link rel="shortcut icon" href="<?php echo conf('web_path'); ?>/favicon.ico" />
-<link rel="stylesheet" href="templates/default.css" type="text/css" />
+<link rel="stylesheet" href="templates/default.css" type="text/css" media="screen" />
+<link rel="stylesheet" href="templates/print.css" type="text/css" media="print" />
+<link rel="stylesheet" href="templates/handheld.css" type="text/css" media="handheld" />
<title> <?php echo conf('site_title'); ?> </title>
<script type="text/javascript" language="javascript">
function focus(){ document.login.username.focus(); }