aboutsummaryrefslogtreecommitdiff
path: root/views/default/html/form.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/html/form.php')
-rw-r--r--views/default/html/form.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/views/default/html/form.php b/views/default/html/form.php
new file mode 100644
index 000000000..b93c62051
--- /dev/null
+++ b/views/default/html/form.php
@@ -0,0 +1,11 @@
+<?php
+$defaults = array(
+ 'method' => 'POST',
+ 'body' => '',
+);
+
+$overrides = array(
+ 'tag' => 'form',
+);
+
+echo elgg_view('html/tag', array_merge($defaults, $vars, $overrides)); \ No newline at end of file