summaryrefslogtreecommitdiffstats
path: root/templates/header.inc
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-10 01:04:00 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-10 01:04:00 +0000
commitcde6ad2720297448ee8f7e033ac8f26801e69d81 (patch)
tree1a5d052fb3081726f5cc5a5a0d4d887640a31f78 /templates/header.inc
parentbcad40a05ab2dc2a341a3227e30b96668bce4500 (diff)
downloadampache-cde6ad2720297448ee8f7e033ac8f26801e69d81.tar.gz
ampache-cde6ad2720297448ee8f7e033ac8f26801e69d81.tar.bz2
ampache-cde6ad2720297448ee8f7e033ac8f26801e69d81.zip
fixed typos, and made header have correct class
Diffstat (limited to 'templates/header.inc')
-rw-r--r--templates/header.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/header.inc b/templates/header.inc
index 67041227..ae57f153 100644
--- a/templates/header.inc
+++ b/templates/header.inc
@@ -117,7 +117,7 @@ function flipField(element) {
<div id="pageheader">
<a href="http://www.ampache.org">
- <img src="<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache.gif" border="0" title="Ampache: For the love of music" alt="Ampache: For the love of music" />
+ <img class="pageheader" src="<?php echo conf('web_path'); ?><?php echo conf('theme_path'); ?>/images/ampache.gif" border="0" title="Ampache: For the love of music" alt="Ampache: For the love of music" />
</a>
</div>
<?php