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/default.php | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'views/default/input/default.php') diff --git a/views/default/input/default.php b/views/default/input/default.php index 4f4eecc59..cf9f64097 100644 --- a/views/default/input/default.php +++ b/views/default/input/default.php @@ -15,15 +15,5 @@ * including javascript event attributes such as onclick. */ -// default attributes -$defaults = array( - 'type' => 'text', -); - -$overrides = array( - 'tag' => 'input', -); - -$args = array_merge($defaults, $vars, $overrides); - -echo elgg_view('html/tag', $args); \ No newline at end of file +//@todo put deprecated notice +echo elgg_view('html/input', $vars); \ No newline at end of file -- cgit v1.2.3