From 9ff9d71952db26c06fe2eb1bf98b53340242e524 Mon Sep 17 00:00:00 2001 From: Evan Winslow Date: Thu, 21 Oct 2010 17:46:39 +0000 Subject: Removed html/tag view -- all we really needed was a function to form an attribute string from an array. This is now being used in each input view and there is not so much view nesting going on... --- views/default/input/text.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'views/default/input/text.php') diff --git a/views/default/input/text.php b/views/default/input/text.php index 0993d1f2b..b84d3d16f 100644 --- a/views/default/input/text.php +++ b/views/default/input/text.php @@ -4,8 +4,7 @@ $defaults = array( 'placeholder' => elgg_echo('placeholder:text'), ); -$overrides = array( - 'type' => 'text', -); +$vars = array_merge($defaults, $vars); +?> -echo elgg_view('html/input', array_merge($defaults, $vars, $overrides)); \ No newline at end of file + /> \ No newline at end of file -- cgit v1.2.3