summaryrefslogtreecommitdiffstats
path: root/templates/show_box_top.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-06 04:22:19 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-06 04:22:19 +0000
commitfe077220bf08ac7ad466e6fdfe88197c6d4ed56e (patch)
tree1e8d8eab876246fc57a1e6c414fe763570690bf6 /templates/show_box_top.inc.php
parentadd90bc902ce762626fe72d408f42d705d3f9de7 (diff)
downloadampache-fe077220bf08ac7ad466e6fdfe88197c6d4ed56e.tar.gz
ampache-fe077220bf08ac7ad466e6fdfe88197c6d4ed56e.tar.bz2
ampache-fe077220bf08ac7ad466e6fdfe88197c6d4ed56e.zip
broke a ton of stuff, but added some hotness... yes that is an excuse
Diffstat (limited to 'templates/show_box_top.inc.php')
-rw-r--r--templates/show_box_top.inc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/show_box_top.inc.php b/templates/show_box_top.inc.php
index dd88ec0e..e3e9221a 100644
--- a/templates/show_box_top.inc.php
+++ b/templates/show_box_top.inc.php
@@ -18,8 +18,9 @@
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+$class = $class ? $class : 'box';
?>
-<table class="box" cellspacing="0" cellpadding="0">
+<table class="<?php echo $class; ?>" cellspacing="0" cellpadding="0">
<tr>
<td class="box-left-top"></td>
<td class="box-top"></td>