]> ruin.nu Git - ndwebbie.git/blobdiff - templates/forum.tmpl
forum threads got uid linked to them
[ndwebbie.git] / templates / forum.tmpl
index 380f2763b08ea506e3525bcde3062d4e25e67bb8..9b74b2d047d29167a4e78f5d21210306aa35dc09 100644 (file)
@@ -22,6 +22,7 @@
        <th>Total</th>
        <th>Subject</th>
        <th>Posted</th>
+       <th>Creator</th>
        <th>Last post</th>
 </tr>
 <TMPL_LOOP Threads>
@@ -29,8 +30,9 @@
                <td align="center"><TMPL_VAR NAME=Unread></td>
                <td align="center"><TMPL_VAR NAME=Posts></td>
                <td <TMPL_IF Sticky>class="sticky"</TMPL_IF>><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=Posting_date></td>
-               <td align="center"><TMPL_VAR NAME=Last_post></td>
+               <td align="left"><TMPL_VAR NAME=Posting_date></td>
+               <td align="center"><TMPL_VAR NAME=Username></td>
+               <td align="left"><TMPL_VAR NAME=Last_post></td>
                <TMPL_IF Moderate><td><input type="checkbox" name="t:<TMPL_VAR NAME=Id>"/></td></TMPL_IF>
        </tr>
 </TMPL_LOOP>