diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-09 06:17:37 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-09 06:17:37 +0000 |
commit | 796c2692d0cfa4641e0c47700371c24a01412ed1 (patch) | |
tree | 33d8921798b9603c177a0dd2a025e09f3f32691f /templates/show_live_streams.inc.php | |
parent | 905d434c669b634c6e070c60811a4a5ecfc1c67a (diff) | |
download | ampache-796c2692d0cfa4641e0c47700371c24a01412ed1.tar.gz ampache-796c2692d0cfa4641e0c47700371c24a01412ed1.tar.bz2 ampache-796c2692d0cfa4641e0c47700371c24a01412ed1.zip |
fixed lower paging horn, tweaked css for page-a-nation, added paging to playlists, genres and radio strations, added detection of purchase urls to find missing tracks on albums
Diffstat (limited to 'templates/show_live_streams.inc.php')
-rw-r--r-- | templates/show_live_streams.inc.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/show_live_streams.inc.php b/templates/show_live_streams.inc.php index bd03bab6..b69e81d3 100644 --- a/templates/show_live_streams.inc.php +++ b/templates/show_live_streams.inc.php @@ -22,9 +22,9 @@ $web_path = Config::get('web_path'); ?> <table class="tabledata" cellspacing="0" cellpadding="0" border="0"> -<tr class="table-header" align="center"> - <td colspan="5"> - <?php if ($GLOBALS['view']->offset_limit) { require Config::get('prefix') . '/templates/list_header.inc'; } ?> +<tr> + <td colspan="6"> + <?php require Config::get('prefix') . '/templates/list_header.inc.php'; ?> </td> </tr> <tr class="table-header"> @@ -44,9 +44,9 @@ foreach ($object_ids as $radio_id) { <?php require Config::get('prefix') . '/templates/show_live_stream_row.inc.php'; ?> </tr> <?php } //end foreach ($artists as $artist) ?> -<tr class="even" align="center"> - <td colspan="4"> - <?php if ($view->offset_limit) { require (conf('prefix') . "/templates/list_header.inc"); } ?> +<tr> + <td colspan="6"> + <?php require Config::Get('prefix') . '/templates/list_header.inc.php'; ?> </td> </tr> </table> |