diff options
Diffstat (limited to 'views/installation/input/submit.php')
-rw-r--r-- | views/installation/input/submit.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/views/installation/input/submit.php b/views/installation/input/submit.php new file mode 100644 index 000000000..5d891c380 --- /dev/null +++ b/views/installation/input/submit.php @@ -0,0 +1,11 @@ +<?php +/** + * Create a submit input button + * + * @uses $vars['value'] The current value, if any + * @uses $vars['name'] The name of the input field + */ + +$vars['type'] = 'submit'; + +echo elgg_view('input/button', $vars);
\ No newline at end of file |