summaryrefslogtreecommitdiff
path: root/tpl/general/form.php
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/general/form.php')
-rw-r--r--tpl/general/form.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/tpl/general/form.php b/tpl/general/form.php
new file mode 100644
index 0000000..1d21b8c
--- /dev/null
+++ b/tpl/general/form.php
@@ -0,0 +1,6 @@
+<?php
+require("top.php");
+
+require("inc_form.php");
+
+require("bottom.php");