aboutsummaryrefslogtreecommitdiff
path: root/view/about-global.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--view/about-global.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/view/about-global.php b/view/about-global.php
new file mode 100644
index 0000000..5807e8b
--- /dev/null
+++ b/view/about-global.php
@@ -0,0 +1,6 @@
+<?php
+
+echo $tpl->render(array(
+ 'page' => 'about-global',
+ 'title' => 'About the c3voc',
+));