summaryrefslogtreecommitdiffstats
path: root/templates/show_artist.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-30 01:49:13 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-30 01:49:13 +0000
commit318700ad7cd0e67bf02a1e6777cb5c2cd4c3b240 (patch)
treeb8b9d60e5fdc3459b56da39825091b0f2c38ce77 /templates/show_artist.inc.php
parent7cdf1e980d294085fd1053a1c50cede127bf1352 (diff)
downloadampache-318700ad7cd0e67bf02a1e6777cb5c2cd4c3b240.tar.gz
ampache-318700ad7cd0e67bf02a1e6777cb5c2cd4c3b240.tar.bz2
ampache-318700ad7cd0e67bf02a1e6777cb5c2cd4c3b240.zip
fixed paging on browse catalogs page, disabled the write_tags script and removed a dbl escape on the preferences
Diffstat (limited to 'templates/show_artist.inc.php')
-rw-r--r--templates/show_artist.inc.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/show_artist.inc.php b/templates/show_artist.inc.php
index 720e36b5..2bbb9cf5 100644
--- a/templates/show_artist.inc.php
+++ b/templates/show_artist.inc.php
@@ -24,7 +24,6 @@ $web_path = Config::get('web_path');
require Config::get('prefix') . '/templates/show_artist_box.inc.php';
?>
-<div id="browse_content">
<?php
Browse::reset_filters();
Browse::set_type('album');
@@ -32,4 +31,3 @@ require Config::get('prefix') . '/templates/show_artist_box.inc.php';
Browse::save_objects($albums);
Browse::show_objects($albums);
?>
-</div>