diff options
author | MaZderMind | 2014-11-10 00:33:40 +0100 |
---|---|---|
committer | MaZderMind | 2014-11-10 00:33:40 +0100 |
commit | 154bcb3ca2e91caf311134b2068addde81b97e37 (patch) | |
tree | 02819d47d7a38c49908740d2b6220a7ebba22a15 /about.php | |
parent | 2708b8c41c079d27b0d135f658bab5eabed15d71 (diff) |
about page
Diffstat (limited to '')
-rw-r--r-- | about.php | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,2 +1,8 @@ -about -<? print_r($_GET) ?> +<?php + +require_once('lib/bootstrap.php'); + +echo $tpl->render(array( + 'page' => 'about', + 'title' => 'About these awsome streams', +)); |