diff options
author | xgizzmo <xgizzmo@ampache> | 2006-09-29 01:26:41 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2006-09-29 01:26:41 +0000 |
commit | c869473c161e23ee8a25cded875d7b7ab69da7a1 (patch) | |
tree | 3ab379223933c3a8036c29e183a30d32ba81cb65 /templates/sidebar.inc.php | |
parent | cad6aca40feafa7adbe6066772afbe225dbfe30c (diff) | |
download | ampache-c869473c161e23ee8a25cded875d7b7ab69da7a1.tar.gz ampache-c869473c161e23ee8a25cded875d7b7ab69da7a1.tar.bz2 ampache-c869473c161e23ee8a25cded875d7b7ab69da7a1.zip |
fixed a small issue with spans in show_now_playing_row and the menu top
Diffstat (limited to 'templates/sidebar.inc.php')
-rw-r--r-- | templates/sidebar.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sidebar.inc.php b/templates/sidebar.inc.php index 9b4ce0d5..3cb6650a 100644 --- a/templates/sidebar.inc.php +++ b/templates/sidebar.inc.php @@ -43,8 +43,8 @@ $browse_items[] = array('title'=>_("Lists"),'url'=>'browse.php','active'=>$locat $web_path = conf('web_path'); ?> +<h3> </h3> <ul id="navlist"> - <h3></h3> <li<?php if ($location['page'] == "index.php"){ echo " id=\"activetopmenu\" "; |