Elgg
Version 6.1
|
Go to the source code of this file.
Variables | |
$footer = (string) elgg_extract('footer', $vars) | |
Wrap form footer. More... | |
$form_vars = (array) elgg_extract('form_vars', $vars) | |
if((bool) elgg_extract('sticky_enabled', $form_vars, false)) | if (empty($footer)) |
$footer = (string) elgg_extract('footer', $vars) |
Wrap form footer.
$vars['footer'] Form footer $vars['action_name'] Action name $vars['body_vars'] Vars used in the contents of the form $vars['form_vars'] Vars used to format the form
Definition at line 11 of file footer.php.
$form_vars = (array) elgg_extract('form_vars', $vars) |
Definition at line 14 of file footer.php.
if ((bool) elgg_extract('sticky_enabled', $form_vars, false)) if(empty($footer)) |
Definition at line 32 of file footer.php.