Show
Ignore:
Timestamp:
02/27/08 10:40:48 (11 months ago)
Author:
eevee
Message:

Fixed a couple bad template vars resulting from the db refactoring.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • veekun/trunk/templates/forum/common.tt

    r413 r417  
    201201[%     c.stash.forums_color = 1 %] 
    202202<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> 
    204204[% END %] 
    205205 
     
    217217    <a href="/forum/[% forum.id %]"> 
    218218        <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> 
    221221[%     END %] 
    222222    </a>