<?php
//#################################################################################################
// 404 site
//#################################################################################################
// chillyCMS - Content Management System
// Copyright (C) 2008
// Stefanie Wiegand <hide@address.com> & Johannes Cox <hide@address.com>
//
// This program is licensed under the GPL 3.0 license. For more information see LICENSE.txt.
//#################################################################################################
defined('DOIT') or die('Restricted access');
echo "<h1>404</h1><br />\n".
"<p>$l_core[lbl_404]</p>\n";
?>