summaryrefslogtreecommitdiffstats
path: root/templates/header.inc
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-01-06 03:57:56 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-01-06 03:57:56 +0000
commit138f3171cedecc07c6fb6663a7d1f3b8f0cf5ac6 (patch)
tree3fc70bb18ab296fd3a1228cf965b937a370273d7 /templates/header.inc
parentb4cbb5a2291494b672de23da716113cca1222f7e (diff)
downloadampache-138f3171cedecc07c6fb6663a7d1f3b8f0cf5ac6.tar.gz
ampache-138f3171cedecc07c6fb6663a7d1f3b8f0cf5ac6.tar.bz2
ampache-138f3171cedecc07c6fb6663a7d1f3b8f0cf5ac6.zip
removed templates/default.css and its reference in the header file
Diffstat (limited to 'templates/header.inc')
-rw-r--r--templates/header.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/header.inc b/templates/header.inc
index a2e53e05..2168a293 100644
--- a/templates/header.inc
+++ b/templates/header.inc
@@ -38,10 +38,9 @@ if (conf('use_rss')) { ?>
<?php } ?>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=<?php echo conf('site_charset'); ?>" />
<title><?php echo conf('site_title'); ?> - <?php echo $location['title']; ?></title>
-<link rel="stylesheet" href="<?php echo $web_path; ?>/templates/default.css" type="text/css" media="screen" />
+<link rel="stylesheet" href="<?php echo $web_path; ?><?php echo conf('theme_path'); ?>/templates/default.css" type="text/css" media="screen" />
<link rel="stylesheet" href="<?php echo $web_path; ?>/templates/print.css" type="text/css" media="print" />
<link rel="stylesheet" href="<?php echo $web_path; ?>/templates/handheld.css" type="text/css" media="handheld" />
-<link rel="stylesheet" href="<?php echo $web_path; ?><?php echo conf('theme_path'); ?>/templates/default.css" type="text/css" media="screen" />
</head>
<body>
<script src="<?php echo $web_path; ?>/lib/javascript-base.js" language="javascript" type="text/javascript"></script>