buddypress/bp-themes/bphome/plugin-template.php

7 lines
No EOL
124 B
PHP

<?php get_header(); ?>
<?php do_action('bp_template_content') ?>
<?php bp_get_plugin_sidebar(); ?>
<?php get_footer(); ?>