mirror of
https://gh.wpcy.net/https://github.com/buddypress/buddypress.git
synced 2026-05-30 04:43:58 +08:00
git-svn-id: https://buddypress.svn.wordpress.org/tags/buddypress-theme@99 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
11 lines
No EOL
171 B
PHP
11 lines
No EOL
171 B
PHP
<?php get_header(); ?>
|
|
|
|
<div id="content" class="narrowcolumn">
|
|
|
|
<h2 class="center">Error 404 - Not Found</h2>
|
|
|
|
</div>
|
|
|
|
<?php get_sidebar(); ?>
|
|
|
|
<?php get_footer(); ?>
|