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

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

my %opt = @_;

</%init>