xdforum Template





-1
Date Submitted Thu. May. 18th, 2006 2:36 PM
Revision 1 of 1
Beginner mackrick
Tags XDForum
Comments 0 comments
Example xdforumtemplate.php

<?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(); ?>
 

Comments

There are currently no comments for this snippet.

Voting

Votes Up


Votes Down


Syntax Master sundaramkumar