diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-02 06:52:34 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-02 06:52:34 +0000 |
commit | b909c08509458f4a76ba0ba7922316cd7e55b0d4 (patch) | |
tree | 46ebdf016a7664a077deb089103587c04aad60dc /templates/show_albums.inc.php | |
parent | 1c101a3b347b7240ab08e7ee03ab4c24673e58d8 (diff) | |
download | ampache-b909c08509458f4a76ba0ba7922316cd7e55b0d4.tar.gz ampache-b909c08509458f4a76ba0ba7922316cd7e55b0d4.tar.bz2 ampache-b909c08509458f4a76ba0ba7922316cd7e55b0d4.zip |
fixed a bug in the numbering, referencing a non-existant value
Diffstat (limited to 'templates/show_albums.inc.php')
-rw-r--r-- | templates/show_albums.inc.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/show_albums.inc.php b/templates/show_albums.inc.php index 851f31e3..2741d16d 100644 --- a/templates/show_albums.inc.php +++ b/templates/show_albums.inc.php @@ -45,4 +45,9 @@ $ajax_url = Config::get('ajax_url'); <?php require Config::get('prefix') . '/templates/show_album_row.inc.php'; ?> </tr> <?php } //end foreach ($albums as $album) ?> +<tr class="table-header"> + <td colspan="6"> + <?php require Config::get('prefix') . '/templates/list_header.inc.php'; ?> + </td> +</tr> </table> |