diff options
author | Evan Winslow <evan.b.winslow@gmail.com> | 2010-10-19 00:38:13 +0000 |
---|---|---|
committer | Evan Winslow <evan.b.winslow@gmail.com> | 2010-10-19 00:38:13 +0000 |
commit | 4e34bacad758404f7a713e31d2ff5864c0d91c30 (patch) | |
tree | 3dcca816eff365125fa3b725a08f687586c7d45b /views/default/input/plaintext.php | |
parent | 6cf50446e4071095c0b18a76038fb96de5a10475 (diff) | |
download | elgg-4e34bacad758404f7a713e31d2ff5864c0d91c30.tar.gz elgg-4e34bacad758404f7a713e31d2ff5864c0d91c30.tar.bz2 |
Updated to new directory structure
Diffstat (limited to 'views/default/input/plaintext.php')
-rw-r--r-- | views/default/input/plaintext.php | 14 |
1 files changed, 1 insertions, 13 deletions
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 |