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/plaintext.php | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'views/default/input/plaintext.php') diff --git a/views/default/input/plaintext.php b/views/default/input/plaintext.php index 4c8cdac57..1d907dcfc 100644 --- a/views/default/input/plaintext.php +++ b/views/default/input/plaintext.php @@ -3,16 +3,4 @@ * */ -$defaults = array( - 'class' => 'input-textarea', -); - -$overrides = array( - 'tag' => 'textarea', -); - -if (isset($vars['value'])) { - $vars['body'] = $value; -} - -echo elgg_view('html/tag', array_merge($defaults, $vars, $overrides)); \ No newline at end of file +echo elgg_view('html/textarea', $vars); \ No newline at end of file -- cgit v1.2.3