Example #1
0
</td>
	<td class="num"><a href="<?php 
            topic_last_post_link();
            ?>
"><?php 
            topic_time();
            ?>
</a></td>
</tr>
<?php 
        }
    }
    ?>
</table>
<p class="rss-link"><a href="<?php 
    bb_forum_posts_rss_link();
    ?>
" class="rss-link"><?php 
    _e('<abbr title="Really Simple Syndication">RSS</abbr> feed for this forum');
    ?>
</a></p>
<?php 
    forum_pages(array('before' => '<div class="nav">', 'after' => '</div>'));
}
?>

<?php 
if (bb_forums($forum_id)) {
    ?>
<h2><?php 
    _e('Subforums');
function forum_rss_link($forum_id = 0)
{
    bb_log_deprecated('function', __FUNCTION__, 'bb_get_forum_posts_rss_link');
    bb_forum_posts_rss_link($forum_id);
}