summaryrefslogtreecommitdiffstats
path: root/login.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-12-06 07:31:33 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-12-06 07:31:33 +0000
commit3af41d1ac325312c1ed250621cea8e95b7d8591f (patch)
treee04e70ee9841f7f767521d2f0a0ab7895269f300 /login.php
parent18d895c682d720def03c3ddcdff001dd48e72d0d (diff)
downloadampache-3af41d1ac325312c1ed250621cea8e95b7d8591f.tar.gz
ampache-3af41d1ac325312c1ed250621cea8e95b7d8591f.tar.bz2
ampache-3af41d1ac325312c1ed250621cea8e95b7d8591f.zip
a ton of css fixes
Diffstat (limited to 'login.php')
-rw-r--r--login.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/login.php b/login.php
index 2751f0f6..5f2e67fc 100644
--- a/login.php
+++ b/login.php
@@ -160,6 +160,7 @@ $htmllang = str_replace("_","-",conf('lang'));
<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" />
+<link rel="stylesheet" href="<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/templates/default.css" type="text/css" media="screen" />
<title> <?php echo conf('site_title'); ?> </title>
<script type="text/javascript" language="javascript">
function focus(){ document.login.username.focus(); }