1
0
Fork 0
mirror of https://github.com/buddypress/buddypress.git synced 2026-07-22 20:56:55 +08:00
buddypress/1.0b1/buddypress-member/plugin-template.php
Andy Peatling 35fdd5804c Tagging 1.0b1 member theme.
git-svn-id: https://buddypress.svn.wordpress.org/tags/default-member-theme@772 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2008-12-15 23:27:27 +00:00

13 lines
No EOL
253 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() ?>