aboutsummaryrefslogtreecommitdiff
path: root/about.php
diff options
context:
space:
mode:
authorMaZderMind2014-11-10 00:33:40 +0100
committerMaZderMind2014-11-10 00:33:40 +0100
commit154bcb3ca2e91caf311134b2068addde81b97e37 (patch)
tree02819d47d7a38c49908740d2b6220a7ebba22a15 /about.php
parent2708b8c41c079d27b0d135f658bab5eabed15d71 (diff)
about page
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',
+));