buddypress/bp-themes/bp-sn-parent/404.php

27 lines
No EOL
472 B
PHP

<?php get_header(); ?>
<div id="content">
<?php do_action( 'bp_before_404' ) ?>
<div class="page 404">
<h2 class="pagetitle"><?php _e( 'Page Not Found', 'buddypress' ) ?></h2>
<div id="message" class="info">
<p><?php _e( 'The page you were looking for was not found.', 'buddypress' ) ?>
</div>
<?php do_action( 'bp_404' ) ?>
</div>
<?php do_action( 'bp_after_404' ) ?>
</div>
<?php get_sidebar() ?>
<?php get_footer(); ?>