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/input/search.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views/default/input/search.php') diff --git a/views/default/input/search.php b/views/default/input/search.php index 65c252bfc..457c45999 100644 --- a/views/default/input/search.php +++ b/views/default/input/search.php @@ -2,10 +2,10 @@ $defaults = array( 'placeholder' => elgg_echo('placeholder:search'), -) +); $overrides = array( 'type' => 'search', ); -echo elgg_view('input/default', array_merge($defaults, $vars, $overrides)); \ No newline at end of file +echo elgg_view('html/input', array_merge($defaults, $vars, $overrides)); \ No newline at end of file -- cgit v1.2.3