diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-07-31 04:31:42 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-07-31 04:31:42 +0000 |
commit | 652474071e711585fec6b8495b3f22a927c9672e (patch) | |
tree | 38186cbd08376625d484d8f8f99e5b2513520c32 /templates/show_songs.inc.php | |
parent | d48a431606385a618a31eb007b1527c8d8dd075d (diff) | |
download | ampache-652474071e711585fec6b8495b3f22a927c9672e.tar.gz ampache-652474071e711585fec6b8495b3f22a927c9672e.tar.bz2 ampache-652474071e711585fec6b8495b3f22a927c9672e.zip |
added paging on all song displays
Diffstat (limited to 'templates/show_songs.inc.php')
-rw-r--r-- | templates/show_songs.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_songs.inc.php b/templates/show_songs.inc.php index 4f2e1e9f..ab42637e 100644 --- a/templates/show_songs.inc.php +++ b/templates/show_songs.inc.php @@ -27,7 +27,7 @@ $ajax_url = Config::get('ajax_url'); <table class="tabledata" cellspacing="0" cellpadding="0"> <tr class="table-header" align="center"> <td colspan="12"> - <?php //require Config::get('prefix') . '/templates/list_header.inc.php'; ?> + <?php require Config::get('prefix') . '/templates/list_header.inc.php'; ?> </td> </tr> <tr class="table-header"> |