summaryrefslogtreecommitdiffstats
path: root/templates/show_album.inc.php
diff options
context:
space:
mode:
authorspocky <spocky@ampache>2007-07-30 22:52:07 +0000
committerspocky <spocky@ampache>2007-07-30 22:52:07 +0000
commit1fc55df5bd2cf33c9a68789f9c2b26e50139eb85 (patch)
tree92fde033005ae53d4c334a6a470d9840069dc1b0 /templates/show_album.inc.php
parent8e9678729653489a0839c14bc23d743e1509c319 (diff)
downloadampache-1fc55df5bd2cf33c9a68789f9c2b26e50139eb85.tar.gz
ampache-1fc55df5bd2cf33c9a68789f9c2b26e50139eb85.tar.bz2
ampache-1fc55df5bd2cf33c9a68789f9c2b26e50139eb85.zip
first, let's produce a page that's w3c valid
Diffstat (limited to 'templates/show_album.inc.php')
-rw-r--r--templates/show_album.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_album.inc.php b/templates/show_album.inc.php
index 4f90aabc..f357f35a 100644
--- a/templates/show_album.inc.php
+++ b/templates/show_album.inc.php
@@ -56,7 +56,7 @@ $title = scrub_out($album->name) . ' (' . $album->year . ') -- ' . $album->f_ar
<a href="<?php echo $web_path; ?>/batch.php?action=alb&amp;id=<?php echo $album->id; ?>"><?php echo _('Download'); ?></a><br />
<?php } ?>
</div>
-</div>
+
<?php show_box_bottom(); ?>
<?php
show_box_top($album->name . ' ' . _('Songs'));