buddypress/1.0rc1/buddypress-member/404.php
2009-02-13 02:45:19 +00:00

13 lines
No EOL
269 B
PHP

<?php get_header() ?>
<div class="content-header">
Permission Denied
</div>
<div id="content">
<h2>Not Found / No Access</h2>
<p>The page you are looking for either does not exist, or you do not have the permissions to access it.</p>
</div>
<?php get_footer() ?>