diff --git a/about/index.php b/about/index.php index 260c04d..78b877d 100644 --- a/about/index.php +++ b/about/index.php @@ -47,7 +47,7 @@ include 'commons/DOM/sidebar.php';
-+
TODO
diff --git a/articles/articles.json b/articles/articles.json new file mode 100644 index 0000000..41b42e6 --- /dev/null +++ b/articles/articles.json @@ -0,0 +1,3 @@ +[ + +] diff --git a/commons/strings/en/error.json b/commons/strings/en/error.json index 71dde4c..ecdf845 100644 --- a/commons/strings/en/error.json +++ b/commons/strings/en/error.json @@ -17,5 +17,7 @@ "error.500.og.description": "The server has encountered a situation it doesn't know how to handle.", "error.500.header.title": "Error❱500 Error", + "error.title": "%0 Error", + "error.skit.pc.dead": "Drawing of an old PC with a face with crossed eyes." -} \ No newline at end of file +} diff --git a/commons/strings/fr/error.json b/commons/strings/fr/error.json new file mode 100644 index 0000000..0db3279 --- /dev/null +++ b/commons/strings/fr/error.json @@ -0,0 +1,3 @@ +{ + +} diff --git a/error.php b/error.php index 6fc2cf3..1bd15c6 100644 --- a/error.php +++ b/error.php @@ -37,9 +37,8 @@ include 'commons/DOM/sidebar.php';