Example #1
0
<?php 
    }
    ?>
</ol>
<?php 
} else {
    if ($page) {
        ?>
<p><?php 
        _e('No more topics posted.');
        ?>
</p>
<?php 
    } else {
        ?>
<p><?php 
        _e('No topics posted yet.');
        ?>
</p>
<?php 
    }
}
?>
</div>

<?php 
profile_pages(array('before' => '<div class="nav">', 'after' => '</div>'));
?>

<?php 
bb_get_footer();
Example #2
0
} else {
    if ($page) {
        ?>
	<p><?php 
        _e('No more topics posted.');
        ?>
</p>
<?php 
    } else {
        ?>
	<p><?php 
        _e('No topics posted yet.');
        ?>
</p>
<?php 
    }
}
?>
		</td>
	</tr>

</table>

<br style="clear: both;" />
<small><?php 
profile_pages();
?>
</small>

<?php 
bb_get_footer();