diff options
author | spocky <spocky@ampache> | 2007-11-13 20:57:07 +0000 |
---|---|---|
committer | spocky <spocky@ampache> | 2007-11-13 20:57:07 +0000 |
commit | 1379769b18e6146e5a7c97c6a879fac4e41ff6b6 (patch) | |
tree | 1e9dc112e69d460c9e73da8daae19c16a864e3c7 /templates/show_index.inc.php | |
parent | ab6ecea9dbc4b53a7442db6f3695d68f9ba36f99 (diff) | |
download | ampache-1379769b18e6146e5a7c97c6a879fac4e41ff6b6.tar.gz ampache-1379769b18e6146e5a7c97c6a879fac4e41ff6b6.tar.bz2 ampache-1379769b18e6146e5a7c97c6a879fac4e41ff6b6.zip |
- Updated Now Playing html/css
- Fixed Star-rating css
- Updated Pager (5 elements around selected page# should be enough)
- Updated Album class so that disk# is part of the link
- Some more cleanup/updates to html/themes (hopefully it should be almost done in a week, so that themers can start theming on 3.4)
Diffstat (limited to 'templates/show_index.inc.php')
-rw-r--r-- | templates/show_index.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_index.inc.php b/templates/show_index.inc.php index 39a95c5b..4ff0055f 100644 --- a/templates/show_index.inc.php +++ b/templates/show_index.inc.php @@ -25,7 +25,7 @@ if (isset($_REQUEST['xspf']) && isset ($_REQUEST['play_info'])){ } ?> -<div id="np_data"> +<div id="now_playing"> <?php show_now_playing(); ?> </div> <!-- Close Now Playing Div --> <!-- Recently Played --> |