aboutsummaryrefslogtreecommitdiff
path: root/views/default/input/image.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/input/image.php')
-rw-r--r--views/default/input/image.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/views/default/input/image.php b/views/default/input/image.php
deleted file mode 100644
index cf740f782..000000000
--- a/views/default/input/image.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-$defaults = array(
- 'class' => 'elgg-input-image',
-);
-
-$vars = array_merge($defaults, $vars);
-
-$vars['type'] = 'image';
-
-?>
-<input <?php echo elgg_format_attributes($vars); ?> /> \ No newline at end of file