Create a blank page
-
what do i need to do that?
<?php
/*
Page Name: Highest rated
2007-11-29 14:47:26
*/
$sidebar_area = "forum";
// $sidebar_ibox = "topic";
require_once('./bb-load.php');
bb_get_header();
?>
<div id="content" class="narrowcolumn">
<h2>Most highly rated topics</h2>
<?php
// Display top rated
bb_top_topics();
?>
</div>
<?php
bb_get_footer();
?>Cant display topics so something is missing..
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.