Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Including a static file in your bb template

Wow, it worked.

This is the code I used:

<?php if (get_forum_id() == 29): ?>

<?php bb_load_template('filename.php');?>

<?php endif; ?>

Skip to toolbar