Added forum descriptions. #327
[zzz-spline-forum.git] / splinext / forum / templates / forum / threads.mako
index 8aab297..7df962b 100644 (file)
 </ul>
 </%def>
 
+<h1>Threads</h1>
+${forumlib.hierarchy(c.forum)}
+
 <table class="forum-list striped-rows">
 <thead>
     <tr class="header-row">
-        <th class="name">Thread</th>
+        <th class="name">
+            <img src="${h.static_uri('spline', 'icons/folder-open-document-text.png')}" alt="">
+            Thread
+        </th>
         <th class="stats">Posts</th>
     </tr>
 </thead>