Skip to content

Commit 5070a86

Browse files
committed
Missing title for 404 page
1 parent b29c613 commit 5070a86

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<?php
2+
$this->headTitle('404 ' . $this->translate('Page not found'));
3+
?>
14
<h1><?=$this->transEsc('An error has occurred')?></h1>
25
<h2><?=$this->transEsc($this->message)?></h2>
36
<?php if (isset($this->reason) && $this->reason): ?><b><?=$this->transEsc('Message')?>:</b> <?=$this->transEsc($this->reason)?><?php endif; ?>

0 commit comments

Comments
 (0)