diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-09-15 06:12:52 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-09-15 06:12:52 +0000 |
commit | 063e67887b48ea9ba5570638dcfaf5439f0337da (patch) | |
tree | 6c8e958435d96505408f9dd63e76e038220f16bc /templates/show_artists.inc | |
parent | b469b70195a92f7087d3b9c15bbc10797e0411a7 (diff) | |
download | ampache-063e67887b48ea9ba5570638dcfaf5439f0337da.tar.gz ampache-063e67887b48ea9ba5570638dcfaf5439f0337da.tar.bz2 ampache-063e67887b48ea9ba5570638dcfaf5439f0337da.zip |
browse by title and page header hotness
Diffstat (limited to 'templates/show_artists.inc')
-rw-r--r-- | templates/show_artists.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_artists.inc b/templates/show_artists.inc index c0bd8510..074bdf5a 100644 --- a/templates/show_artists.inc +++ b/templates/show_artists.inc @@ -32,7 +32,7 @@ $total_items = $view->total_items; <table class="border" cellspacing="0" cellpadding="0" border="0"> <tr class="even" align="center"> <td colspan="5"> - <?php if ($view->offset_limit) { require (conf('prefix') . "/templates/list_header.inc"); } ?> + <?php if ($GLOBALS['view']->offset_limit) { require (conf('prefix') . "/templates/list_header.inc"); } ?> </td> </tr> <tr class="table-header"> |