summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-title.html
blob: d40d0fdab7b445952e7c7aff6a82684a1046bab5 (plain)
1
2
3
4
5
6
7
8
9
10
<TR>
  <TD BGCOLOR="#f8f8f8" COLSPAN=<% $opt{colspan} || 2 %>>&nbsp;</TD>
</TR>

<% include('tr-justtitle.html', @_) %>
<%init>

my %opt = @_;

</%init>