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

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

my %opt = @_;

</%init>