diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-07-31 04:39:31 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-07-31 04:39:31 +0000 |
commit | a93cc6b8ebb2d1bcd67aa91f670905f298d6d98e (patch) | |
tree | dd3af15133416f80b44bdbe50c0e88d9d73b7d9a /templates/show_artists.inc.php | |
parent | 652474071e711585fec6b8495b3f22a927c9672e (diff) | |
download | ampache-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_artists.inc.php')
-rw-r--r-- | templates/show_artists.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_artists.inc.php b/templates/show_artists.inc.php index e1c7b270..3e76c26c 100644 --- a/templates/show_artists.inc.php +++ b/templates/show_artists.inc.php @@ -24,7 +24,7 @@ $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'; } ?> + <?php require Config::get('prefix') . '/templates/list_header.inc.php'; ?> </td> </tr> <tr class="table-header"> |