buddypress/1.0b2/buddypress-member/404.php
2009-01-29 22:13:32 +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() ?>