summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-justtitle.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/tr-justtitle.html')
-rw-r--r--httemplate/elements/tr-justtitle.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/httemplate/elements/tr-justtitle.html b/httemplate/elements/tr-justtitle.html
new file mode 100644
index 000000000..7839a8ce5
--- /dev/null
+++ b/httemplate/elements/tr-justtitle.html
@@ -0,0 +1,11 @@
+<TR>
+ <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left">
+ <FONT SIZE="+1"><% $opt{value} %></FONT>
+ </TH>
+</TR>
+
+<%init>
+
+my %opt = @_;
+
+</%init>