aboutsummaryrefslogtreecommitdiff
path: root/about.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--about.php10
1 files changed, 8 insertions, 2 deletions
diff --git a/about.php b/about.php
index 77e0eae..9d0cd75 100644
--- a/about.php
+++ b/about.php
@@ -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',
+));