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/input.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 views/default/html/input.php (limited to 'views/default/html/input.php') diff --git a/views/default/html/input.php b/views/default/html/input.php new file mode 100644 index 000000000..7350ae308 --- /dev/null +++ b/views/default/html/input.php @@ -0,0 +1,12 @@ + 'text', +); + +$overrides = array( + 'tag' => 'input', +); + +$args = array_merge($defaults, $vars, $overrides); + +echo elgg_view('html/tag', $args); \ No newline at end of file -- cgit v1.2.3