aboutsummaryrefslogtreecommitdiff
path: root/templates/recentchanges.tmpl
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-01-29 01:48:55 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-01-29 01:48:55 -0500
commit21f44880cdd8f23264b2416bf39793aadcb87df6 (patch)
tree90507c97f7de0772b2da7418a8db0eafeba7bd1f /templates/recentchanges.tmpl
parentd72753e100b018dfa82feb06e06fc2ad2c61f4ed (diff)
downloadikiwiki-21f44880cdd8f23264b2416bf39793aadcb87df6.tar
ikiwiki-21f44880cdd8f23264b2416bf39793aadcb87df6.tar.gz
non-tabular recentchanges display
Doesn't look as good as the old table, but works as a rss feed.
Diffstat (limited to 'templates/recentchanges.tmpl')
-rw-r--r--templates/recentchanges.tmpl16
1 files changed, 0 insertions, 16 deletions
diff --git a/templates/recentchanges.tmpl b/templates/recentchanges.tmpl
deleted file mode 100644
index 2e33b79f9..000000000
--- a/templates/recentchanges.tmpl
+++ /dev/null
@@ -1,16 +0,0 @@
-<TMPL_IF FIRST>
-<table border="1" frame="border" rules="groups">
-<thead>
- <tr class="changeheader">
- <th class="changeheader" align="left">user</th>
- <th class="changeheader" align="left">time</th>
- <th class="changeheader" align="left" colspan="2">changes</th>
- </tr>
-</thead>
-<tbody>
-</TMPL_IF>
-<TMPL_VAR CONTENT>
-<TMPL_IF LAST>
-</tbody>
-</table>
-</TMPL_IF>