diff options
Diffstat (limited to 'views/default/input/image.php')
-rw-r--r-- | views/default/input/image.php | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/views/default/input/image.php b/views/default/input/image.php index f1b07cb8e..ae65d86ca 100644 --- a/views/default/input/image.php +++ b/views/default/input/image.php @@ -1,11 +1 @@ -<?php
-
-$defaults = array(
-
-);
-
-$overrides = array(
- 'type' => 'image',
-);
-
-echo elgg_view('html/input', array_merge($defaults, $vars, $overrides));
\ No newline at end of file +<input type="image" <?php echo html5_get_html_attributes($vars); ?> />
\ No newline at end of file |