Elgg  Version 2.3
Variables
footer.php File Reference

Go to the source code of this file.

Variables

 $footer = elgg_extract('footer', $vars)
 Wrap form footer @uses $vars['footer'] Form footer @uses $vars['action_name'] Action name. More...
 
 if (empty( $footer))
 

Variable Documentation

◆ $footer

$footer = elgg_extract('footer', $vars)

Wrap form footer @uses $vars['footer'] Form footer @uses $vars['action_name'] Action name.

Examples
/root/Elgg/engine/classes/Elgg/FormsService.php, and /root/Elgg/engine/lib/views.php.

Definition at line 8 of file footer.php.

◆ if

if(empty($footer)) ( empty( $footer )

Definition at line 9 of file footer.php.