groups

name language licence
404 PHP GPL 2
Display a Pages Menu in your Sidebar PHP BSD
Display an External RSS Feed PHP BSD
Display Recent Posts PHP BSD
Display Blogroll Links PHP BSD
Display Archives in a Drop-Down Box PHP BSD
slider PHP GPL 2
wide PHP GPL 2

< 1 2 3 4 5 6 7 8 9 10 11 12 >



language: PHP
licence: GPL 2

404

options: view full snippetsend to code collector
<?php get_header(); ?>
<div class="span-24 first last" id="main"> 
    <!-- <div class="span-24 first center" id="content"> -->
<div class="span-15 first" id="content">
       <h2>Error 404 - Page Not Found</h2>
        <p>The page you were looking for appears to have been moved, deleted or does not exist.</p>
        <p>Don't panic.  You can search for it here:</p>
           <!-- START Search -->
          <?php include (TEMPLATEPATH . '/searchform.php'); ?>
          <!-- END Search -->
    </div><!-- /content -->
  </div><!-- /main -->
<!-- The main column ends  -->
<?php get_footer(); ?>

	
(Continues...)