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

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

Layout body.

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

Definition at line 11 of file body.php.

◆ $tag_name

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

Definition at line 17 of file body.php.