ionfish / tarski

An elegant, flexible WordPress theme

This URL has Read+Write access

tarski / 404.php
100644 27 lines (14 sloc) 0.375 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?php get_header(); ?>
 
 
 
<div class="primary entry">
 
<div class="meta">
<h1 class="title"><?php _e('Error 404','tarski'); ?></h1>
</div>
 
<div class="content">
<?php tarski_404_content(); ?>
</div>
 
<?php th_postend(); ?>
 
</div> <!-- /primary -->
 
 
 
<div class="secondary">
<?php tarski_searchform(); ?>
</div>
 
 
 
<?php get_footer(); ?>