Example #1
0
<?php

bb_get_header();
?>

<div class="bbcrumb"><a href="<?php 
bb_uri();
?>
"><?php 
bb_option('name');
?>
</a> &raquo; <?php 
view_name();
?>
</div>

<?php 
if ($topics || $stickies) {
    ?>

<table id="latest" role="main">
<tr>
	<th><?php 
    _e('Question');
    ?>
</th>
	<th><?php 
    _e('Posts');
    ?>
</th>
	<!-- <th><?php 
Example #2
0
    if (bb_is_user_logged_in()) {
        ?>
<div id="viewdiv">
<h2><?php 
        _e('Views');
        ?>
</h2>
<ul id="views">
<?php 
        foreach (bb_get_views() as $the_view => $title) {
            ?>
<li class="view"><a href="<?php 
            view_link($the_view);
            ?>
"><?php 
            view_name($the_view);
            ?>
</a></li>
<?php 
        }
        ?>
</ul>
</div>
<?php 
    }
    // bb_is_user_logged_in()
    ?>

</div>

<?php