diff options
author | pb1dft <pb1dft@ampache> | 2007-02-23 23:45:46 +0000 |
---|---|---|
committer | pb1dft <pb1dft@ampache> | 2007-02-23 23:45:46 +0000 |
commit | 13742eebf7607e39f2378fcdff638832ea264bb5 (patch) | |
tree | d7f649387385c3f5bec4b3f9850f008b18e74c98 /templates/show_all_popular.inc.php | |
parent | 6a660dcb5f2bc9b93fdf601309a4cba90ccd5578 (diff) | |
download | ampache-13742eebf7607e39f2378fcdff638832ea264bb5.tar.gz ampache-13742eebf7607e39f2378fcdff638832ea264bb5.tar.bz2 ampache-13742eebf7607e39f2378fcdff638832ea264bb5.zip |
Fixed a lot of minor thing + play_type_switch for IE7
Diffstat (limited to 'templates/show_all_popular.inc.php')
-rw-r--r-- | templates/show_all_popular.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_all_popular.inc.php b/templates/show_all_popular.inc.php index 51ace405..a6478952 100644 --- a/templates/show_all_popular.inc.php +++ b/templates/show_all_popular.inc.php @@ -25,10 +25,10 @@ <td valign="top" > <?php show_info_box(_('Most Popular Artists'), 'artist', $artists); ?> </td> - <td valign="top" align="left"> + <td valign="top"> <?php show_info_box(_('Most Popular Albums'), '', $albums); ?> </td> - <td valign="top" align="left"> + <td valign="top"> <?php show_info_box(_('Most Popular Genres'), '', $genres); ?> </td> </tr> |