summaryrefslogtreecommitdiffstats
path: root/templates/show_all_popular.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_all_popular.inc.php')
-rw-r--r--templates/show_all_popular.inc.php9
1 files changed, 5 insertions, 4 deletions
diff --git a/templates/show_all_popular.inc.php b/templates/show_all_popular.inc.php
index 1c472949..1b1c9987 100644
--- a/templates/show_all_popular.inc.php
+++ b/templates/show_all_popular.inc.php
@@ -27,16 +27,17 @@
<?php show_info_box(_("Most Popular Artists"), 'artist', $artists); ?>
</td>
<td valign="top" align="left">
- <?php show_info_box(_("Most Popular Songs"), 'song', $songs); ?>
- </td>
- <td valign="top" align="right">
<?php show_info_box(_("Most Popular Albums"), '', $albums); ?>
</td>
+
</tr>
-<tr><td colspan="3">&nbsp;</td></tr>
+<tr><td colspan="2">&nbsp;</td></tr>
<tr>
<td valign="top" align="left">
<?php show_info_box(_("Most Popular Genres"), '', $genres); ?>
</td>
+ <td valign="top" align="right">
+ <?php show_info_box(_("Most Popular Songs"), 'song', $songs); ?>
+ </td>
</tr>
</table>