]> ruin.nu Git - ndwebbie.git/commitdiff
Opps
authorMichael Andreen <harv@ruin.nu>
Wed, 28 Mar 2007 11:41:41 +0000 (11:41 +0000)
committerMichael Andreen <harv@ruin.nu>
Wed, 28 Mar 2007 11:41:41 +0000 (11:41 +0000)
templates/forum.tmpl

index 9b74b2d047d29167a4e78f5d21210306aa35dc09..f1b3b26ecad2d68af2bd7070ea8e75edf637b475 100644 (file)
@@ -89,6 +89,7 @@ Move checked threads to: <select name="board">
        <th>Total</th>
        <th>Subject</th>
        <th>Posted</th>
        <th>Total</th>
        <th>Subject</th>
        <th>Posted</th>
+       <th>Creator</th>
        <th>Last post</th>
 </tr>
 <TMPL_LOOP Categories>
        <th>Last post</th>
 </tr>
 <TMPL_LOOP Categories>
@@ -104,8 +105,9 @@ Move checked threads to: <select name="board">
                <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=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>
        </tr>
                </TMPL_LOOP>
        </TMPL_LOOP>
        </tr>
                </TMPL_LOOP>
        </TMPL_LOOP>