From 4e34bacad758404f7a713e31d2ff5864c0d91c30 Mon Sep 17 00:00:00 2001 From: Evan Winslow Date: Tue, 19 Oct 2010 00:38:13 +0000 Subject: Updated to new directory structure --- views/default/html/form.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 views/default/html/form.php (limited to 'views/default/html/form.php') 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 @@ + 'POST', + 'body' => '', +); + +$overrides = array( + 'tag' => 'form', +); + +echo elgg_view('html/tag', array_merge($defaults, $vars, $overrides)); \ No newline at end of file -- cgit v1.2.3