- Timestamp:
- 12/08/07 21:08:12 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/apps/frontend/modules/sfSimpleForum/templates/forumListSuccess.php
r28 r39 27 27 <table id="fora"> 28 28 <tr> 29 <th class="forum_name"><?php echo __('Forum') ?></t d>30 <th class="forum_threads"><?php echo __('Topics') ?></t d>31 <th class="forum_posts"><?php echo __('Messages') ?></t d>32 <th class="forum_recent"><?php echo __('Last Message') ?></t d>29 <th class="forum_name"><?php echo __('Forum') ?></th> 30 <th class="forum_threads"><?php echo __('Topics') ?></th> 31 <th class="forum_posts"><?php echo __('Messages') ?></th> 32 <th class="forum_recent"><?php echo __('Last Message') ?></th> 33 33 </tr> 34 34 <?php foreach ($forums as $forum): ?>
