diff options
Diffstat (limited to 'templates/show_album_art.inc.php')
-rw-r--r-- | templates/show_album_art.inc.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/show_album_art.inc.php b/templates/show_album_art.inc.php index c950ebdc..a386b353 100644 --- a/templates/show_album_art.inc.php +++ b/templates/show_album_art.inc.php @@ -25,8 +25,8 @@ $total_images = count($images); $rows = floor($total_images/3); $i = 0; ?> - -<table class="text-box"> +<?php show_box_top(); ?> +<table> <tr> <?php while ($i <= $rows) { @@ -53,3 +53,4 @@ while ($i <= $rows) { } // end while ?> </table> +<?php show_box_bottom(); ?> |