| Elgg
    Version 6.3
    | 
Go to the source code of this file.
| Variables | |
| $type = (string) elgg_extract('type', $vars) | |
| Elgg module element.  More... | |
| $title = (string) elgg_extract('title', $vars) | |
| $body = (string) elgg_extract('body', $vars) | |
| $footer = (string) elgg_extract('footer', $vars) | |
| $show_inner = (bool) elgg_extract('show_inner', $vars, false) | |
| $attrs | |
| if(!elgg_is_empty($type)) | $header = elgg_extract('header', $vars) | 
| if(!elgg_is_empty($title)) if($header !==null) if(!elgg_is_empty($body)) if(!elgg_is_empty($footer)) | $contents = $header . $body . $footer | 
| if ( $show_inner) | |
| $attrs | 
Definition at line 22 of file module.php.
| $body = (string) elgg_extract('body', $vars) | 
Definition at line 18 of file module.php.
| if (!elgg_is_empty( $title)) if ( $header !==null) if (!elgg_is_empty( $body)) if (!elgg_is_empty( $footer)) $contents = $header . $body . $footer | 
Definition at line 53 of file module.php.
| $footer = (string) elgg_extract('footer', $vars) | 
Definition at line 19 of file module.php.
| if (!elgg_is_empty( $type)) $header = elgg_extract('header', $vars) | 
Definition at line 31 of file module.php.
| $show_inner = (bool) elgg_extract('show_inner', $vars, false) | 
Definition at line 20 of file module.php.
| $title = (string) elgg_extract('title', $vars) | 
Definition at line 17 of file module.php.
| $type = (string) elgg_extract('type', $vars) | 
Elgg module element.
@uses $vars['type'] The type of module (main, info, popup, aside, etc.) @uses $vars['title'] Optional title text (do not pass header with this option) @uses $vars['menu'] Module menu do display in the header @uses $vars['header'] Optional HTML content of the header @uses $vars['body'] HTML content of the body @uses $vars['footer'] Optional HTML content of the footer @uses $vars['class'] Optional additional class for module @uses $vars['id'] Optional id for module @uses $vars['show_inner'] Optional flag to leave out inner div (default: false)
Definition at line 16 of file module.php.
| if($show_inner) | ( | $show_inner | ) | 
Definition at line 54 of file module.php.