Elgg
Version master
|
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) | |
$html = elgg_extract('html', $vars) |
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.