summaryrefslogtreecommitdiffstats
path: root/lib/artist.lib.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-15 06:12:52 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-15 06:12:52 +0000
commit063e67887b48ea9ba5570638dcfaf5439f0337da (patch)
tree6c8e958435d96505408f9dd63e76e038220f16bc /lib/artist.lib.php
parentb469b70195a92f7087d3b9c15bbc10797e0411a7 (diff)
downloadampache-063e67887b48ea9ba5570638dcfaf5439f0337da.tar.gz
ampache-063e67887b48ea9ba5570638dcfaf5439f0337da.tar.bz2
ampache-063e67887b48ea9ba5570638dcfaf5439f0337da.zip
browse by title and page header hotness
Diffstat (limited to 'lib/artist.lib.php')
-rw-r--r--lib/artist.lib.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/artist.lib.php b/lib/artist.lib.php
index 3e8964c6..f2857921 100644
--- a/lib/artist.lib.php
+++ b/lib/artist.lib.php
@@ -115,6 +115,8 @@ function show_artists ($match = '') {
}
if (count($artists)) {
+ /* Ack horrible hack :( */
+ $GLOBALS['view'] = $view;
require ( conf('prefix') . "/templates/show_artists.inc");
}