aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorMaZderMind2015-12-20 16:28:02 +0100
committerMaZderMind2015-12-20 16:28:02 +0100
commit83d4c7d0176b2a6db5896a2819b8427d8a6f928a (patch)
tree53f7a14edf9734b506f3fa1d71b67e97f0e7d09a /index.php
parent1ad93ae534601baf6ebaffd94f39625d43bb6c1c (diff)
global about-page (aka onepager)
Diffstat (limited to 'index.php')
-rw-r--r--index.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/index.php b/index.php
index b3f0b34..d044cfe 100644
--- a/index.php
+++ b/index.php
@@ -66,6 +66,13 @@ try {
exit;
}
+ else if($route == 'about')
+ {
+ // global about-page
+ require('view/about-global.php');
+ exit;
+ }
+
@list($mandator, $route) = explode('/', $route, 2);
if(!$mandator)
{