summaryrefslogtreecommitdiffstats
path: root/templates/show_all_popular.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-08-14 23:26:35 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-08-14 23:26:35 +0000
commit40a84aca6f6eaebc3c35656e2ec1aac64a189dc5 (patch)
tree96347d15b160b84f9c8e54fb99d25ffaa755b056 /templates/show_all_popular.inc.php
parent876575f63491226db28234519872380a1073d7e2 (diff)
downloadampache-40a84aca6f6eaebc3c35656e2ec1aac64a189dc5.tar.gz
ampache-40a84aca6f6eaebc3c35656e2ec1aac64a189dc5.tar.bz2
ampache-40a84aca6f6eaebc3c35656e2ec1aac64a189dc5.zip
whole bunch of last-min fixes for Alpha2 release
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>