diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-06-10 01:04:00 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-06-10 01:04:00 +0000 |
commit | cde6ad2720297448ee8f7e033ac8f26801e69d81 (patch) | |
tree | 1a5d052fb3081726f5cc5a5a0d4d887640a31f78 /templates/header.inc | |
parent | bcad40a05ab2dc2a341a3227e30b96668bce4500 (diff) | |
download | ampache-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.inc | 2 |
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 |