diff options
Diffstat (limited to 'about.php')
-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', +)); |