aboutsummaryrefslogtreecommitdiffstats
path: root/404.php
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2015-03-12 20:53:08 +0100
committerfilip <filip.komar@gmail.com>2015-03-12 20:53:08 +0100
commitd9baa0330e12fe84e501ada5499f0112d4ebdc79 (patch)
tree5675c41ba5c65e76f05db981cafd34693f2273d2 /404.php
parentab9791da9f1e55221da07a42a07257fe4694bfd2 (diff)
downloadwww-d9baa0330e12fe84e501ada5499f0112d4ebdc79.tar
www-d9baa0330e12fe84e501ada5499f0112d4ebdc79.tar.gz
www-d9baa0330e12fe84e501ada5499f0112d4ebdc79.tar.bz2
www-d9baa0330e12fe84e501ada5499f0112d4ebdc79.tar.xz
www-d9baa0330e12fe84e501ada5499f0112d4ebdc79.zip
center the navigation on 404 page
Diffstat (limited to '404.php')
-rw-r--r--404.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/404.php b/404.php
index 17ee3656d..4ae1d9f8a 100644
--- a/404.php
+++ b/404.php
@@ -1,8 +1,8 @@
<?php
define('HLANG', true);
+define('ALIGNMENT', 'Center');
require 'langs.php'; // needs absolute path in some form to be link depth independent
$dictionary = read_translation_file($locale, '404');
-
header('HTTP/1.0 404 Not Found');
header('Status: 404 Not Found');
$locale = ($locale == '404' ? 'en' : $locale);