16 lines
277 B
PHP
16 lines
277 B
PHP
|
<?php
|
||
|
/**
|
||
|
* The template file for when no more specific template is found.
|
||
|
*
|
||
|
* @package WordPress
|
||
|
* @subpackage Omphaloskepsis
|
||
|
* @since Omphaloskepsis 1.0
|
||
|
*/
|
||
|
?>
|
||
|
|
||
|
<?php get_header(); ?>
|
||
|
|
||
|
<p>Oh dear, there should really be a template file here.</p>
|
||
|
|
||
|
<?php get_footer(); ?>
|