Browse Source

add meta title on 404 page

main
ghost 3 years ago
parent
commit
56944174ec
  1. 2
      src/application/controller/error/404.php

2
src/application/controller/error/404.php

@ -2,4 +2,6 @@ @@ -2,4 +2,6 @@
header('HTTP/1.0 404 Not Found');
$metaTitle = _('Page not Found | Twisterarmy Cloud');
require(PROJECT_DIR . '/application/view/error/404.phtml');
Loading…
Cancel
Save