buddypress/bp-themes/bp-sn-parent/plugin-template.php
Andy Peatling 5b41731b79 Merging 1.1 branch changes and syncing.
git-svn-id: https://buddypress.svn.wordpress.org/trunk@2077 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2009-11-02 19:54:21 +00:00

13 lines
No EOL
259 B
PHP

<?php get_header() ?>
<div class="content-header">
<?php do_action('bp_template_content_header') ?>
</div>
<div id="content">
<h2><?php do_action('bp_template_title') ?></h2>
<?php do_action('bp_template_content') ?>
</div>
<?php get_footer() ?>