aboutsummaryrefslogtreecommitdiff
path: root/pages/about.php
diff options
context:
space:
mode:
Diffstat (limited to 'pages/about.php')
-rw-r--r--pages/about.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/pages/about.php b/pages/about.php
new file mode 100644
index 0000000..9586e73
--- /dev/null
+++ b/pages/about.php
@@ -0,0 +1,8 @@
+<?php
+
+require_once('lib/bootstrap.php');
+
+echo $tpl->render(array(
+ 'page' => 'about',
+ 'title' => 'About the Streams',
+));