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/checkbox.php | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'views/default/input/checkbox.php') diff --git a/views/default/input/checkbox.php b/views/default/input/checkbox.php index c9a2c6498..5ba04a8cd 100644 --- a/views/default/input/checkbox.php +++ b/views/default/input/checkbox.php @@ -1,9 +1 @@ - 'checkbox', -); - -$args = array_merge($vars, $overrides); - -echo elgg_view('html/input', $args); \ No newline at end of file + /> \ No newline at end of file -- cgit v1.2.3