We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29c613 commit 5070a86Copy full SHA for 5070a86
1 file changed
themes/root/templates/error/404.phtml
@@ -1,3 +1,6 @@
1
+<?php
2
+$this->headTitle('404 ' . $this->translate('Page not found'));
3
+?>
4
<h1><?=$this->transEsc('An error has occurred')?></h1>
5
<h2><?=$this->transEsc($this->message)?></h2>
6
<?php if (isset($this->reason) && $this->reason): ?><b><?=$this->transEsc('Message')?>:</b> <?=$this->transEsc($this->reason)?><?php endif; ?>
0 commit comments