aboutsummaryrefslogtreecommitdiff
path: root/views/default/input/file.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/input/file.php')
-rw-r--r--views/default/input/file.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/views/default/input/file.php b/views/default/input/file.php
new file mode 100644
index 000000000..4fdc24947
--- /dev/null
+++ b/views/default/input/file.php
@@ -0,0 +1,10 @@
+<?php
+
+$overrides = array(
+ 'type' => 'file',
+ 'value' => FALSE,
+);
+
+$args = array_merge($vars, $overrides);
+
+echo elgg_view('input/default', $args); \ No newline at end of file