| Elgg
    Version 6.3
    | 
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.
@uses $vars['footer'] Form footer @uses $vars['action_name'] Action name @uses $vars['body_vars'] Vars used in the contents of the form @uses $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)) | ( | empty( $footer) | ) | 
Definition at line 32 of file footer.php.