summaryrefslogtreecommitdiffstats
path: root/login.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-23 21:12:08 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-23 21:12:08 +0000
commitc0456fee32673d628882fad7307c4989e35db820 (patch)
treedbf9c432f414e9fba146d6c3f563a6f2e31f5217 /login.php
parent6224281f3c405b0f41c597d504273fe5c237d4ad (diff)
downloadampache-c0456fee32673d628882fad7307c4989e35db820.tar.gz
ampache-c0456fee32673d628882fad7307c4989e35db820.tar.bz2
ampache-c0456fee32673d628882fad7307c4989e35db820.zip
new theme, temp breaking of all other themes... will be fixed I swear also re-indexing of mysql tables
Diffstat (limited to 'login.php')
-rw-r--r--login.php8
1 files changed, 3 insertions, 5 deletions
diff --git a/login.php b/login.php
index dbaf00f6..e044beb1 100644
--- a/login.php
+++ b/login.php
@@ -121,22 +121,20 @@ $htmllang = str_replace("_","-",conf('lang'));
<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" />
<title> <?php echo conf('site_title'); ?> </title>
-
-<?php show_template('style'); ?>
-
<script type="text/javascript" language="javascript">
function focus(){ document.login.username.focus(); }
</script>
</head>
-<body bgcolor="<?php echo conf('bg_color1'); ?>" onload="focus();">
+<body bgcolor="#D3D3D3" onload="focus();">
+<link rel="stylesheet" href="templates/default.css" type="text/css">
<?php
require(conf('prefix') . "/templates/show_login_form.inc");
if (@is_readable(conf('prefix') . '/config/motd.php')) {
- include conf('prefix') . '/config/motd.php';
+ include conf('prefix') . '/config/motd.php';
}
?>