diff options
Diffstat (limited to '')
-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) { |