diff options
author | xgizzmo <xgizzmo@ampache> | 2005-12-21 12:12:06 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2005-12-21 12:12:06 +0000 |
commit | 0fcb39ef61a768d68d275f0d86a5ee58cb5a6fb4 (patch) | |
tree | 814903dd83617138f7b6ea1edb93a25d104dd841 /templates/header.inc | |
parent | 975bbcebe9c68ac729dd051b008cf6c615d443c2 (diff) | |
download | ampache-0fcb39ef61a768d68d275f0d86a5ee58cb5a6fb4.tar.gz ampache-0fcb39ef61a768d68d275f0d86a5ee58cb5a6fb4.tar.bz2 ampache-0fcb39ef61a768d68d275f0d86a5ee58cb5a6fb4.zip |
Fixed nested <ul> problem, Made the header pass XHTML w3c test, Added mouse over pointer effect to search and enqueue buttons in sidemenu.
Diffstat (limited to 'templates/header.inc')
-rw-r--r-- | templates/header.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/header.inc b/templates/header.inc index d1eceb4a..16ee615c 100644 --- a/templates/header.inc +++ b/templates/header.inc @@ -33,7 +33,7 @@ $location = get_location(); <title><?php echo conf('site_title'); ?> - <?php echo $location['title']; ?></title> </head> <body> -<script src="<?php echo conf('web_path'); ?>/lib/general.js" language="javascript"></script> +<script src="<?php echo conf('web_path'); ?>/lib/general.js" language="javascript" type="text/javascript"></script> <table border="0" cellpadding="0" cellspacing="0" style="margin:0px;" width="100%" > @@ -42,7 +42,7 @@ $location = get_location(); <td colspan="2"> <div style="float:left;margin-top:3px;"> <a href="http://www.ampache.org"> - <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" /> + <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> <div style="float:right;"> |