]> git.openstreetmap.org Git - stateofthemap.git/blob - 404.php
Aerodrome 1.0.5
[stateofthemap.git] / 404.php
1 <?php get_header(); ?>
2
3
4 <div class="notfound"><?php _e('Uups, not found. Sorry!<br />Maybe use our search?'); ?><br /><br />
5 <form id="searchform" method="get" action="<?php bloginfo('home'); ?>">
6                 <input type="text" name="s" id="s" size="25" />
7                 <input type="submit" value="Search">
8 </form><br />
9 Or visit <a href="<?php bloginfo('url'); ?>">Home?</a><br /><br />
10
11 Or read the latest news?<br /><br />
12 <div style="font-size:12px; margin-left:30px; font-weight:normal; text-align:left;">
13 <?php $lastposts = get_posts('numberposts=10');
14 foreach($lastposts as $post) :
15    setup_postdata($post);
16    ?>
17    <?php the_title(); ?><a href="<?php the_permalink(); ?>" id="post-<?php the_ID(); ?>"> (read)</a><br />
18 <?php endforeach; ?>
19 </div>
20 </div>
21
22 <?php get_footer(); ?>