<?php /** * Create a submit input button * * @package Elgg * @subpackage Core */ $vars['type'] = 'submit'; echo elgg_view('input/button', $vars);