diff options
| author | Syndamia <kamen@syndamia.com> | 2025-01-18 20:42:06 +0200 |
|---|---|---|
| committer | Kamen Mladenov <kamen@syndamia.com> | 2025-01-19 07:46:17 +0200 |
| commit | cbca98e5501410dea58421a7517e3de856ae0110 (patch) | |
| tree | 6f7a30c0e38633d54498dfd0171173819698fd35 /views/test1/index.php | |
| parent | 6aaa4ff113c9a5ca9c022d8fa39a43ffca288948 (diff) | |
| download | nowayforward_human-cbca98e5501410dea58421a7517e3de856ae0110.tar nowayforward_human-cbca98e5501410dea58421a7517e3de856ae0110.tar.gz nowayforward_human-cbca98e5501410dea58421a7517e3de856ae0110.zip | |
feat(views): Add two test views
Diffstat (limited to 'views/test1/index.php')
| -rw-r--r-- | views/test1/index.php | 8 |
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(); ?> |
