Elgg  Version master
Variables
body.php File Reference

Go to the source code of this file.

Variables

 $result = elgg_view('page/layouts/elements/breadcrumbs', $vars)
 Layout body. More...
 
 $tag_name = elgg_extract('entity', $vars) instanceof \ElggEntity ? 'article' : 'div'
 

Variable Documentation

$result = elgg_view('page/layouts/elements/breadcrumbs', $vars)

Layout body.

$vars['title'] Optional title for main content area $vars['header'] Optional override for the header $vars['content'] Content $vars['footer'] Optional footer

Definition at line 11 of file body.php.

$tag_name = elgg_extract('entity', $vars) instanceof \ElggEntity ? 'article' : 'div'

Definition at line 17 of file body.php.