summaryrefslogtreecommitdiffstats
path: root/old/templates/default/viewnews.html
diff options
context:
space:
mode:
Diffstat (limited to 'old/templates/default/viewnews.html')
-rw-r--r--old/templates/default/viewnews.html25
1 files changed, 0 insertions, 25 deletions
diff --git a/old/templates/default/viewnews.html b/old/templates/default/viewnews.html
deleted file mode 100644
index c0e4002..0000000
--- a/old/templates/default/viewnews.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!-- INCLUDE page_header.html -->
-<table width="100%" border="0" cellspacing="1" cellpadding="2">
- <!-- BEGIN date_row -->
- <tr>
- <th align="left">{date_row.DATE}</th>
- </tr>
- <!-- BEGIN news_row -->
- <tr>
- <td class="{date_row.news_row.ROW_CLASS}">
- <b style="font-size:13px">{date_row.news_row.HEADLINE}</b> <span class="small">(submitted by {date_row.news_row.AUTHOR} at {date_row.news_row.TIME})</span><br /><br />
- {date_row.news_row.MESSAGE}
- </td>
- </tr>
- <!-- END news_row -->
- <!-- END date_row -->
- <tr>
- <th class="footer">&nbsp;</th>
- </tr>
-</table>
-<table width="100%" border="0" cellspacing="1" cellpadding="2" class="borderless">
- <tr>
- <td align="center" class="menu">{NEWS_PAGINATION}</td>
- </tr>
-</table>
-<!-- INCLUDE page_tail.html --> \ No newline at end of file