* @copyright Copyright (c) MPD Consulting Ltd; www.mpdconsulting.co.uk * @license http://creativecommons.org/licenses/by-sa/3.0/ * @link http://davegardner.me.uk/ * @version $Id$ * */ // LOAD BOOTSTRAP -> we'll only try if DGAPPINIT not defined if (!defined('DGAPPINIT')) { include('./bootstrap.php'); } // SETUP PAGE INFO $o_header = header::getInstance(); $o_header->setPageTitle('David Gardner: Page not found'); $o_header->setBodyClass('fourofour'); #$o_header->setMetaDescription('Sorry - I can\'t find this page.'); #$o_header->setMainNaviSelected('home'); // SETUP FOOTER $o_footer = footer::getInstance(); /* ************************************************************************* */ // PAGE: // we'll send a GONE header to indicate not found header("HTTP/1.0 410 Gone"); // header $o_header->render(); ?>

This page makes use of Google’s enhanced error widget. Launched towards the end of 2009, it automatically provides suggestions for mis-typed URLs and includes a Google site search box. Click here for more details.

Page not found (404 error)

I’m really sorry, but this page doesn’t appear to exist! If you’ve followed a link from this website then it would be jolly nice of you to let me know.

render(); ?>