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.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/httemplate/elements/tr-title.html b/httemplate/elements/tr-title.html
deleted file mode 100644
index 6e2f58f6a..000000000
--- a/httemplate/elements/tr-title.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<TR>
- <TD BGCOLOR="#e8e8e8" COLSPAN=2>&nbsp;</TD>
-</TR>
-
-<TR>
- <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left">
- <FONT SIZE="+1"><% $opt{value} %></FONT>
- </TH>
-</TR>
-
-<%init>
-
-my %opt = @_;
-
-</%init>