forked from friendica/friendica-wp-theme
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
393 B
13 lines
393 B
<?php get_header(); ?>
|
|
<div class="row">
|
|
<div class="8u 12u$(medium)">
|
|
<header class="align-center">
|
|
<h2><?php _e( 'Not Found', 'friendica' ); ?></h2>
|
|
<p><?php _e( 'Nothing found for the requested page. Try a search instead?', 'friendica' ); ?></p>
|
|
</header>
|
|
<?php get_search_form(); ?>
|
|
</div>
|
|
<?php get_sidebar(); ?>
|
|
</div>
|
|
<?php get_footer(); ?>
|