]> ruin.nu Git - ndwebbie.git/blobdiff - templates/forum.tmpl
order by last post
[ndwebbie.git] / templates / forum.tmpl
index 925e40bed48e018d2669ec96379e8f0c1bb84aba..8081a48b77ea1dc628833d508d4c992b1a71526a 100644 (file)
@@ -6,12 +6,14 @@
        <th>Unread</th>
        <th>Total</th>
        <th>Subject</th>
+       <th>Last post</th>
 </tr>
 <TMPL_LOOP Threads>
        <tr class="<TMPL_IF ODD>odd<TMPL_ELSE>even</TMPL_IF>">
                <td align="center"><TMPL_VAR NAME=Unread></td>
                <td align="center"><TMPL_VAR NAME=Posts></td>
                <td><a href="<TMPL_VAR NAME=PAGE>?t=<TMPL_VAR NAME=Id>#NewPosts">&nbsp;<TMPL_VAR NAME=Subject>&nbsp;</a></td>
+               <td align="center"><TMPL_VAR NAME=Last_post></td>
        </tr>
 </TMPL_LOOP>
 </table>
@@ -51,6 +53,7 @@
        <th>Unread</th>
        <th>Total</th>
        <th>Subject</th>
+       <th>Last post</th>
 </tr>
 <TMPL_LOOP Categories>
        <tr><th colspan="2"><TMPL_VAR NAME=Category></th></tr>
@@ -64,6 +67,7 @@
                <td align="center"><TMPL_VAR NAME=Unread></td>
                <td align="center"><TMPL_VAR NAME=Posts></td>
                <td><a href="<TMPL_VAR NAME=PAGE>?t=<TMPL_VAR NAME=Id>#NewPosts">&nbsp;<TMPL_VAR NAME=Subject>&nbsp;</a></td>
+               <td align="center"><TMPL_VAR NAME=Last_post></td>
        </tr>
                </TMPL_LOOP>
        </TMPL_LOOP>