summaryrefslogtreecommitdiffstats
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
parentb4cbb5a2291494b672de23da716113cca1222f7e (diff)
downloadampache-138f3171cedecc07c6fb6663a7d1f3b8f0cf5ac6.tar.gz
ampache-138f3171cedecc07c6fb6663a7d1f3b8f0cf5ac6.tar.bz2
ampache-138f3171cedecc07c6fb6663a7d1f3b8f0cf5ac6.zip
removed templates/default.css and its reference in the header file
-rw-r--r--templates/default.css29
-rw-r--r--templates/header.inc3
2 files changed, 1 insertions, 31 deletions
diff --git a/templates/default.css b/templates/default.css
deleted file mode 100644
index 6d4fafc2..00000000
--- a/templates/default.css
+++ /dev/null
@@ -1,29 +0,0 @@
-/*
-
- Copyright (c) 2001 - 2006 Ampache.org
- All rights reserved.
-
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public License v2
- as published by the Free Software Foundation.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-*/
-
-/*
- Nothing left here
-
- - This gives more flexibility for making new themes (no parameters
- redefinition needed anymore)
- - Use "Classic Ampache" css file (\themes\classic\templates\default.css)
- as a base if you don't want to start from scratch
-
-*/
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>