aboutsummaryrefslogtreecommitdiff
path: root/view/about.php
diff options
context:
space:
mode:
authorMaZderMind2015-03-07 17:58:07 +0100
committerMaZderMind2015-03-14 13:46:47 +0100
commit844a7d53f2d78bafba479c0d931277246ade61de (patch)
tree7a9ab7e3ddcafa878f89deecc03c6de742fa2efa /view/about.php
parent8bb9b119a34717782e41124030917bd86d47f754 (diff)
Renames pages -> view
Diffstat (limited to 'view/about.php')
-rw-r--r--view/about.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/view/about.php b/view/about.php
new file mode 100644
index 0000000..cc81064
--- /dev/null
+++ b/view/about.php
@@ -0,0 +1,6 @@
+<?php
+
+echo $tpl->render(array(
+ 'page' => 'about',
+ 'title' => 'About the Streams',
+));