summaryrefslogtreecommitdiffstats
path: root/templates/show_album.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_album.inc.php')
-rw-r--r--templates/show_album.inc.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/show_album.inc.php b/templates/show_album.inc.php
index 45cb95bc..4b81c4ff 100644
--- a/templates/show_album.inc.php
+++ b/templates/show_album.inc.php
@@ -63,7 +63,6 @@ $title = scrub_out($album->name) . ' (' . $album->year . ') -- '
<div id="additional_information">
&nbsp;
</div>
-<div id="browse_content">
<?php
$object_ids = $album->get_songs();
Browse::set_type('song');
@@ -71,4 +70,3 @@ $title = scrub_out($album->name) . '&nbsp;(' . $album->year . ')&nbsp;--&nbsp;'
Browse::save_objects($object_ids);
Browse::show_objects($object_ids);
?>
-</div>