diff options
author | spocky <spocky@ampache> | 2007-07-30 22:52:07 +0000 |
---|---|---|
committer | spocky <spocky@ampache> | 2007-07-30 22:52:07 +0000 |
commit | 1fc55df5bd2cf33c9a68789f9c2b26e50139eb85 (patch) | |
tree | 92fde033005ae53d4c334a6a470d9840069dc1b0 /templates/show_album.inc.php | |
parent | 8e9678729653489a0839c14bc23d743e1509c319 (diff) | |
download | ampache-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.php | 2 |
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&id=<?php echo $album->id; ?>"><?php echo _('Download'); ?></a><br /> <?php } ?> </div> -</div> + <?php show_box_bottom(); ?> <?php show_box_top($album->name . ' ' . _('Songs')); |