xdforum Template
<?php get_header(); ?>
<div id="container">
<div id="content" class="widecolumn">
<?php
// this is where ALL xdforum stuff will appear. adjust everything else accordingly.
xdforum_process();
?>
</div><!-- END CONTENT -->
</div><!-- END CONTAINER -->
<?php get_sidebar(); ?>
<?php get_footer(); ?>






There are currently no comments for this snippet.