diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-09-23 23:28:18 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-09-23 23:28:18 +0000 |
commit | 34238a29aade796f30911c567eace0e1518eb470 (patch) | |
tree | 4e0125bd53cc2f75f7a0536ea6479ec82e0ac0ce /templates/show_albums.inc | |
parent | 1d08ce31caa68f6da292493fa16432163cbbeddd (diff) | |
download | ampache-34238a29aade796f30911c567eace0e1518eb470.tar.gz ampache-34238a29aade796f30911c567eace0e1518eb470.tar.bz2 ampache-34238a29aade796f30911c567eace0e1518eb470.zip |
to keep infamys eyes from bleeding
Diffstat (limited to 'templates/show_albums.inc')
-rw-r--r-- | templates/show_albums.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/show_albums.inc b/templates/show_albums.inc index 99aa8e48..c768def5 100644 --- a/templates/show_albums.inc +++ b/templates/show_albums.inc @@ -27,6 +27,7 @@ $web_path = conf('web_path'); // Build array of the table classes we are using $total_items = $view->total_items; ?> +<?php require(conf('prefix') . '/templates/show_box_top.inc.php'); ?> <table class="border" cellspacing="0" cellpadding="0" border="0"> <tr class="even" align="center"> <td colspan="5"> @@ -84,4 +85,4 @@ foreach ($albums as $album) { </td> </tr> </table> -<br /> +<?php require(conf('prefix') . '/templates/show_box_bottom.inc.php'); ?> |