summaryrefslogtreecommitdiffstats
path: root/templates/show_box_top.inc.php
diff options
context:
space:
mode:
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>