diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-20 19:12:49 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-20 19:12:49 +0000 |
commit | 5730ee7803e19265f71c479ab9175b3badd55a82 (patch) | |
tree | 85affa3af9ba496d07b460288ab4f50e5fc094ef /templates/header.inc | |
parent | 29aa64da7da1681cd0c0cbb7cf35a3b8aeb845fd (diff) | |
download | ampache-5730ee7803e19265f71c479ab9175b3badd55a82.tar.gz ampache-5730ee7803e19265f71c479ab9175b3badd55a82.tar.bz2 ampache-5730ee7803e19265f71c479ab9175b3badd55a82.zip |
more catalog fun!
Diffstat (limited to 'templates/header.inc')
-rw-r--r-- | templates/header.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/header.inc b/templates/header.inc index f1a2b8ed..1277c4bc 100644 --- a/templates/header.inc +++ b/templates/header.inc @@ -33,10 +33,9 @@ if (conf('use_rss')) { ?> <link rel="alternate" type="application/rss+xml" title="<?php echo conf('rss_main_title'); ?>" href="<?php echo $web_path; ?>/rss.php" /> <?php } ?> <meta http-equiv="Content-Type" content="text/html; charset=<?php echo conf('site_charset'); ?>" /> -<?php show_template('menustyle'); show_template('style'); ?> +<?php require (conf('prefix') . '/templates/basestyle.inc.php'); show_template('style'); ?> <title><?php echo conf('site_title'); ?> - <?php echo $location['title']; ?></title> </head> - <body> <script src="<?php echo $web_path; ?>/lib/general.js" language="javascript" type="text/javascript"></script> <div id="maincontainer"> |