summaryrefslogtreecommitdiffstats
path: root/templates/show_songs.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-07-31 04:39:31 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-07-31 04:39:31 +0000
commita93cc6b8ebb2d1bcd67aa91f670905f298d6d98e (patch)
treedd3af15133416f80b44bdbe50c0e88d9d73b7d9a /templates/show_songs.inc.php
parent652474071e711585fec6b8495b3f22a927c9672e (diff)
downloadampache-a93cc6b8ebb2d1bcd67aa91f670905f298d6d98e.tar.gz
ampache-a93cc6b8ebb2d1bcd67aa91f670905f298d6d98e.tar.bz2
ampache-a93cc6b8ebb2d1bcd67aa91f670905f298d6d98e.zip
added paging to artists, albums and fixed a missed link
Diffstat (limited to 'templates/show_songs.inc.php')
-rw-r--r--templates/show_songs.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_songs.inc.php b/templates/show_songs.inc.php
index ab42637e..047ae748 100644
--- a/templates/show_songs.inc.php
+++ b/templates/show_songs.inc.php
@@ -26,7 +26,7 @@ $ajax_url = Config::get('ajax_url');
?>
<table class="tabledata" cellspacing="0" cellpadding="0">
<tr class="table-header" align="center">
- <td colspan="12">
+ <td colspan="7">
<?php require Config::get('prefix') . '/templates/list_header.inc.php'; ?>
</td>
</tr>