From dff32c364b99e57db5ea891ce93f7ab5df9b3258 Mon Sep 17 00:00:00 2001 From: Evan Winslow Date: Fri, 18 Mar 2011 21:28:05 -0700 Subject: Removed custom html5 function in favor of core function --- views/default/input/pulldown.php | 52 ---------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 views/default/input/pulldown.php (limited to 'views/default/input/pulldown.php') diff --git a/views/default/input/pulldown.php b/views/default/input/pulldown.php deleted file mode 100644 index 8a30838d4..000000000 --- a/views/default/input/pulldown.php +++ /dev/null @@ -1,52 +0,0 @@ - "option" where "value" is an internal name and "option" is - * the value displayed on the button. Replaces $vars['options'] when defined. - */ - -$defaults = array( - 'class' => 'input-pulldown', -); - -$vars = array_merge($defaults, $vars); - -$options_values = $vars['options_values']; -unset($vars['options_values']); - -$options = $vars['options']; -unset($options); - -$value = $vars['value']; -unset($vars['value']); -?> - - \ No newline at end of file -- cgit v1.2.3