diff options
Diffstat (limited to 'templates/show_all_popular.inc.php')
-rw-r--r-- | templates/show_all_popular.inc.php | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/templates/show_all_popular.inc.php b/templates/show_all_popular.inc.php index 8f1b4119..ea05b14b 100644 --- a/templates/show_all_popular.inc.php +++ b/templates/show_all_popular.inc.php @@ -1,5 +1,5 @@ <?php -/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ +/* vim:set softtabstop=4 shiftwidth=4 expandtab: */ /** * * LICENSE: GNU General Public License, version 2 (GPLv2) @@ -22,27 +22,27 @@ ?> <table class="tabledata"> <tr> - <td valign="top" > - <?php show_info_box(T_('Most Popular Artists'), 'artist', $artists); ?> - </td> - <td valign="top"> - <?php show_info_box(T_('Most Popular Albums'), '', $albums); ?> - </td> - <td valign="top"> - <?php show_info_box(T_('Most Popular Genres'), '', $genres); ?> - </td> + <td valign="top" > + <?php show_info_box(T_('Most Popular Artists'), 'artist', $artists); ?> + </td> + <td valign="top"> + <?php show_info_box(T_('Most Popular Albums'), '', $albums); ?> + </td> + <td valign="top"> + <?php show_info_box(T_('Most Popular Genres'), '', $genres); ?> + </td> </tr> <tr><td colspan="2"> </td></tr> <tr> - <td valign="top"> - <?php show_info_box(T_('Most Popular Songs'), 'song', $songs); ?> - </td> - <td valign="top"> - <?php show_info_box(T_('Most Popular Live Streams'),'live_stream',$live_streams); ?> - </td> - <td valign="top"> - <?php show_info_box(T_('Most Popular Tags'),'tags',$tags); ?> - </td> + <td valign="top"> + <?php show_info_box(T_('Most Popular Songs'), 'song', $songs); ?> + </td> + <td valign="top"> + <?php show_info_box(T_('Most Popular Live Streams'),'live_stream',$live_streams); ?> + </td> + <td valign="top"> + <?php show_info_box(T_('Most Popular Tags'),'tags',$tags); ?> + </td> </tr> <tr><td colspan="2"> </td></tr> </table> |