From 83d4c7d0176b2a6db5896a2819b8427d8a6f928a Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sun, 20 Dec 2015 16:28:02 +0100 Subject: global about-page (aka onepager) --- index.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'index.php') 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) { -- cgit v1.2.3