summaryrefslogtreecommitdiffstats
path: root/templates/header.inc
diff options
context:
space:
mode:
authorpb1dft <pb1dft@ampache>2007-03-03 22:40:21 +0000
committerpb1dft <pb1dft@ampache>2007-03-03 22:40:21 +0000
commitdec762fe5d70ff85a4de4f26c25bfb4a53811805 (patch)
tree2fa53d17562f06a1e2e0eef48fae6571777dce54 /templates/header.inc
parentf9e3b1360f40ada7645d6fdd0be6ee6c721269a0 (diff)
downloadampache-dec762fe5d70ff85a4de4f26c25bfb4a53811805.tar.gz
ampache-dec762fe5d70ff85a4de4f26c25bfb4a53811805.tar.bz2
ampache-dec762fe5d70ff85a4de4f26c25bfb4a53811805.zip
Changed/Added rss stuffie updated main config, Rewrote some off the statistics to use an array
Diffstat (limited to 'templates/header.inc')
-rw-r--r--templates/header.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/header.inc b/templates/header.inc
index 1a8ca605..44bc37f1 100644
--- a/templates/header.inc
+++ b/templates/header.inc
@@ -35,6 +35,7 @@ if (conf('use_rss')) { ?>
<link rel="alternate" type="application/rss+xml" title="Ampache Most Popular Albums" href="<?php echo $web_path; ?>/rss.php?type=popularalbum" />
<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" />
+<link rel="alternate" type="application/rss+xml" title="Ampache Recently Played" href="<?php echo $web_path; ?>/rss.php?type=recentlyplayed" />
<?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>