source: trunk/www.guidonia.net/wp/wp-content/themes/fusion/404.php@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 292 bytes
Line 
1<?php /* Fusion/digitalnature */ ?>
2<?php get_header(); ?>
3 <!-- mid content -->
4 <div id="mid-content">
5
6 <h2 class="center"><?php _e('Page not found (404)','fusion'); ?></h2>
7
8</div>
9 <!-- mid content -->
10 </div>
11 <!-- /mid -->
12
13 <?php get_sidebar(); ?>
14
15<?php get_footer(); ?>
Note: See TracBrowser for help on using the repository browser.