summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-title.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/tr-title.html')
-rw-r--r--httemplate/elements/tr-title.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/httemplate/elements/tr-title.html b/httemplate/elements/tr-title.html
index 8517737..f2d269e 100644
--- a/httemplate/elements/tr-title.html
+++ b/httemplate/elements/tr-title.html
@@ -1,5 +1,10 @@
<TR>
- <TD BGCOLOR="#e8e8e8" COLSPAN=2>&nbsp;</TD>
+ <TD BGCOLOR="#e8e8e8" COLSPAN=<% $opt{colspan} || 2 %>>&nbsp;</TD>
</TR>
<% include('tr-justtitle.html', @_) %>
+<%init>
+
+my %opt = @_;
+
+</%init>