public
Description: An elegant, flexible WordPress theme
Homepage: http://tarskitheme.com/
Clone URL: git://github.com/ionfish/tarski.git
tarski / 404.php
100644 21 lines (11 sloc) 0.294 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php get_header(); ?>
 
 
 
<div class="primary-span 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-span -->
 
 
 
<?php get_footer(); ?>