diff options
author | MaZderMind | 2015-12-20 16:28:02 +0100 |
---|---|---|
committer | MaZderMind | 2015-12-20 16:28:02 +0100 |
commit | 83d4c7d0176b2a6db5896a2819b8427d8a6f928a (patch) | |
tree | 53f7a14edf9734b506f3fa1d71b67e97f0e7d09a /index.php | |
parent | 1ad93ae534601baf6ebaffd94f39625d43bb6c1c (diff) |
global about-page (aka onepager)
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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) { |