buddypress/1.0rc1/buddypress-member/plugin-template.php
2009-02-13 02:45:19 +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() ?>