diff options
author | xgizzmo <xgizzmo@ampache> | 2006-12-10 01:15:58 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2006-12-10 01:15:58 +0000 |
commit | 71febbd440d5d1a3d980891af5ca9e093d79d10e (patch) | |
tree | 9b3760d22126fdf46208f8f7df9b558560d31ba6 /templates/header.inc | |
parent | 7b573c10178323578a0f882d78d90f2bf0a229f8 (diff) | |
download | ampache-71febbd440d5d1a3d980891af5ca9e093d79d10e.tar.gz ampache-71febbd440d5d1a3d980891af5ca9e093d79d10e.tar.bz2 ampache-71febbd440d5d1a3d980891af5ca9e093d79d10e.zip |
small fixups and tweakage
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 2e11c5d1..cc184748 100644 --- a/templates/header.inc +++ b/templates/header.inc @@ -22,7 +22,7 @@ $web_path = conf('web_path'); $htmllang = str_replace("_","-",conf('lang')); $location = get_location(); ?> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $htmllang; ?>" lang="<?php echo $htmllang; ?>"> <head> @@ -36,7 +36,7 @@ if (conf('use_rss')) { ?> <link rel="alternate" type="application/rss+xml" title="Ampache Most Popular Artists" href="<?php echo $web_path; ?>/rss.php?type=popularalbum" /> <link rel="alternate" type="application/rss+xml" title="Ampache Most Popular Songs" href="<?php echo $web_path; ?>/rss.php?type=popularsong" /> <?php } ?> -<meta http-equiv="Content-Type" content="text/html; charset=<?php echo conf('site_charset'); ?>" /> +<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; ?>/templates/print.css" type="text/css" media="print" /> |