aboutsummaryrefslogtreecommitdiff
path: root/views/test1/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/test1/index.php')
-rw-r--r--views/test1/index.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/views/test1/index.php b/views/test1/index.php
new file mode 100644
index 0000000..fdd19f2
--- /dev/null
+++ b/views/test1/index.php
@@ -0,0 +1,8 @@
+<?php
+ include '../meta.php';
+ runController('test');
+?>
+
+<p>Something</p>
+
+<?php end_page(); ?>