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/longtext.php | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'views/default/input/longtext.php') diff --git a/views/default/input/longtext.php b/views/default/input/longtext.php index a19c7dde8..6366f8a3d 100644 --- a/views/default/input/longtext.php +++ b/views/default/input/longtext.php @@ -15,19 +15,7 @@ */ $defaults = array( - 'class' => 'input-textarea', + 'class' => 'input-richtext', ); -$overrides = array( - 'tag' => 'textarea', -); - -$args = array_merge($defaults, $vars, $overrides); - -if (isset($args['value'])) { - $args['body'] = $args['value']; -} - -$args['class'] = $args['class'].' input-richtext'; - -echo elgg_view('html/tag', $args); \ No newline at end of file +echo elgg_view('html/textarea', array_merge($defaults, $vars)); \ No newline at end of file -- cgit v1.2.3