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