diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-09-24 06:09:51 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-09-24 06:09:51 +0000 |
commit | aa16b0a34a4713e0b215746bd4a2c4ba02c1f2c0 (patch) | |
tree | 73008bf2bbd848eb9ff06fbb0f517010b96f5961 /templates/header.inc | |
parent | bd0008f450fe55b28590e209917da8a61ebdc373 (diff) | |
download | ampache-aa16b0a34a4713e0b215746bd4a2c4ba02c1f2c0.tar.gz ampache-aa16b0a34a4713e0b215746bd4a2c4ba02c1f2c0.tar.bz2 ampache-aa16b0a34a4713e0b215746bd4a2c4ba02c1f2c0.zip |
last commits of the night
Diffstat (limited to 'templates/header.inc')
-rw-r--r-- | templates/header.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/header.inc b/templates/header.inc index 06a45f3d..2fbf47bc 100644 --- a/templates/header.inc +++ b/templates/header.inc @@ -34,10 +34,10 @@ if (conf('use_rss')) { ?> <?php } ?> <meta http-equiv="Content-Type" content="text/html; 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" /> +<link rel="stylesheet" href="<?php echo $web_path; ?><?php echo conf('theme_path'); ?>/templates/default.css" type="text/css" /> </head> <body> -<link rel="stylesheet" href="<?php echo $web_path; ?>/templates/default.css" type="text/css"> -<link rel="stylesheet" href="<?php echo $web_path; ?><?php echo conf('theme_path'); ?>/templates/default.css" type="text/css"> <script src="<?php echo $web_path; ?>/lib/general.js" language="javascript" type="text/javascript"></script> <script src="<?php echo $web_path; ?>/modules/kajax/ajax.js" language="javascript" type="text/javascript"></script> <div id="maincontainer"> |