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