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.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/httemplate/elements/tr-title.html b/httemplate/elements/tr-title.html
deleted file mode 100644
index af37341..0000000
--- a/httemplate/elements/tr-title.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<TR>
- <TD CLASS="background" COLSPAN=<% $opt{colspan} || 2 %>>&nbsp;</TD>
-</TR>
-
-<% include('tr-justtitle.html', @_) %>
-<%init>
-
-my %opt = @_;
-
-</%init>