Elgg  Version 5.1
Variables
section.php File Reference

Go to the source code of this file.

Variables

 $section = elgg_extract('section', $vars)
 A wrapper to render a section of the page shell. More...
 
 $html = elgg_extract('html', $vars)
 

Variable Documentation

$html = elgg_extract('html', $vars)
Examples:
/root/Elgg/engine/lib/output.php.

Definition at line 10 of file section.php.

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

A wrapper to render a section of the page shell.

$vars['section'] Section name (e.g. navbar, header etc) $vars['html'] Content of the element

Definition at line 9 of file section.php.