]> ruin.nu Git - ndwebbie.git/blobdiff - templates/forum.tmpl
show timestamp for last post
[ndwebbie.git] / templates / forum.tmpl
index 6acd1004da1afd910fb58f7e37c42267efb784ba..b1ab9ebdc91901f188bae9e280c23790e62942fc 100644 (file)
@@ -34,6 +34,7 @@
 <tr>
        <th>Unread</th>
        <th>Board</th>
+       <th>Last post</th>
 </tr>
 <TMPL_LOOP Categories>
        <tr><th colspan="2"><TMPL_VAR NAME=Category></th></tr>
@@ -41,6 +42,7 @@
        <tr class="<TMPL_IF ODD>odd<TMPL_ELSE>even</TMPL_IF>">
                <td align="center"><TMPL_VAR NAME=Unread></td>
                <td><a href="<TMPL_VAR NAME=PAGE>?b=<TMPL_VAR NAME=Id>"><TMPL_VAR NAME=Board></a></td>
+               <td align="center"><TMPL_VAR NAME=Last_post></td>
        </tr>
        </TMPL_LOOP>
 </TMPL_LOOP>