|
Elgg
Version master
|
Go to the source code of this file.
Variables | |
| $footer = (string) elgg_extract('footer', $vars) | |
| Wrap form footer. More... | |
| 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.
| if(empty($footer)) | ( | empty( $footer) | ) |
Definition at line 12 of file footer.php.