groups

name language licence
home PHP Other
Template : home-page PHP Other
Template : film PHP Other
Untitled Snippet PHP Other
style CSS Other
Template : wide PHP Other
404 PHP Other
Template : About PHP Other

< 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 28 29 30 31 >



language: PHP
licence: Other

404

options: view full snippetsend to code collector
<?php get_header(); ?>

  <div class="container" id="main">
 
    <div class="span-19 first center" 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 -->
	
(Continues...)