aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/pages/new_page.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/pages/new_page.php')
-rw-r--r--templates/pages/new_page.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/pages/new_page.php b/templates/pages/new_page.php
new file mode 100644
index 0000000..9bb44b4
--- /dev/null
+++ b/templates/pages/new_page.php
@@ -0,0 +1,4 @@
+<?php
+call_template('skeleton', ['pageTitle' => __('note.page.new.pageTitle')], function () {
+ call_template('pages/new_form');
+}); \ No newline at end of file