Changeset 417 for veekun/trunk/templates/forum
- Timestamp:
- 02/27/08 10:40:48 (11 months ago)
- Files:
-
- 1 modified
-
veekun/trunk/templates/forum/common.tt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
veekun/trunk/templates/forum/common.tt
r413 r417 201 201 [% c.stash.forums_color = 1 %] 202 202 <table class="forums" cellspacing="0"> 203 <tr><th ></th><th class="icon"></th><th class="name">Forum</th><th class="count">Threads</th><th class="count">Posts</th><th class="postinfo">Last Post</th></tr>203 <tr><th class="icon"></th><th class="icon"></th><th class="name">Forum</th><th class="count">Threads</th><th class="count">Posts</th><th class="postinfo">Last Post</th></tr> 204 204 [% END %] 205 205 … … 217 217 <a href="/forum/[% forum.id %]"> 218 218 <span class="title">[% forum.name %]</span> 219 [% IF forum. blurb%]220 <span class="blurb">[% forum. blurb%]</span>219 [% IF forum.description %] 220 <span class="blurb">[% forum.description %]</span> 221 221 [% END %] 222 222 </a>
