Ticket #2628: _forum.php.patch
| File _forum.php.patch, 0.9 kB (added by Pascal.Borreli, 1 year ago) |
|---|
-
plugins/sfSimpleForumPlugin/trunk/modules/sfSimpleForum/templates/_forum.php
old new 2 2 <tr> 3 3 <td class="forum_name"> 4 4 <?php echo link_to($forum->getName(), 'sfSimpleForum/forum?forum_name='.$forum->getStrippedName()) ?><br /> 5 < span class="forum_description"><?php echo simple_format_text($forum->getDescription()) ?></span>5 <?php echo simple_format_text($forum->getDescription(), array('class' => 'forum_description')) ?> 6 6 </td> 7 7 <td class="forum_threads"><?php echo $forum->getNbTopics() ?></td> 8 8 <td class="forum_posts"><?php echo $forum->getNbPosts() ?></td>