<?= $this->render("index/error-image.phtml"); ?>
<h1>Page Not Found</h1>
<p>Sorry, the page you requested ('<?= $this->escape($this->requestUri) ?>') does not exist.</p>
<?
if (class_exists('Search_Form_Basic')) {
$form = new Search_Form_Basic();
$form->setAction($this->url(array(
'module' => 'search',
'controller' => 'index',
'action' => 'index'
)));
echo $form;
}
?>
# |
Change |
User |
Description |
Committed |
|
#1
|
16170 |
perforce_software |
Move Chronicle files to follow new path scheme for branching. |
|
|
//guest/perforce_software/chronicle/application/error/views/scripts/index/page-not-found.partial.phtml |
#1
|
8972 |
Matt Attaway |
Initial add of the Chronicle source code |
|
|