diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-08 04:57:19 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-08 04:57:19 +0000 |
commit | 2bb59dfa45f008846305c62962616bd3fff3884d (patch) | |
tree | ea27d68aac0318246c3a857924c736e96fdeb4a3 /templates/header.inc | |
parent | a3b348ff76a133966173db3cc7a741f342ac5c63 (diff) | |
download | ampache-2bb59dfa45f008846305c62962616bd3fff3884d.tar.gz ampache-2bb59dfa45f008846305c62962616bd3fff3884d.tar.bz2 ampache-2bb59dfa45f008846305c62962616bd3fff3884d.zip |
tweaks from sigger
Diffstat (limited to 'templates/header.inc')
-rw-r--r-- | templates/header.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/header.inc b/templates/header.inc index 91700508..5f7eed74 100644 --- a/templates/header.inc +++ b/templates/header.inc @@ -29,6 +29,7 @@ $location = get_location(); <head> <link rel="shortcut icon" href="<?php echo conf('web_path'); ?>/favicon.ico" /> <meta http-equiv="Content-Type" content="text/html; charset=<?php echo conf('site_charset'); ?>" /> +<?php show_template('menustyle'); ?> <?php show_template('style'); ?> <title><?php echo conf('site_title'); ?> - <?php echo $location['title']; ?></title> </head> |