Elgg  Version 2.3
submit.php
Go to the documentation of this file.
1 <?php
9 $vars['type'] = 'submit';
10 
11 echo elgg_view('input/button', $vars);
$vars['type']
Definition: submit.php:11
elgg echo
Translates a string.
Definition: languages.js:48
elgg_view($view, $vars=array(), $ignore1=false, $ignore2=false, $viewtype= '')
Return a parsed view.
Definition: views.php:336