From fea75c1f48b4ef798f1687698a22cba82a3713da Mon Sep 17 00:00:00 2001 From: Evan Winslow Date: Sun, 17 Oct 2010 11:17:09 +0000 Subject: Added default placeholders for most inputs -- tried to make code more consistent. Still needs documentation --- views/default/input/option.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'views/default/input/option.php') diff --git a/views/default/input/option.php b/views/default/input/option.php index eab1dc4d2..2955f1cb9 100644 --- a/views/default/input/option.php +++ b/views/default/input/option.php @@ -1,10 +1,14 @@ 'option', ); -$args = array_merge($vars, $overrides); +$args = array_merge($defaults, $vars, $overrides); if (!isset($args['body'])) { $args['body'] = $args['value']; -- cgit v1.2.3