Elgg  Version 5.1
Variables
body.php File Reference

Go to the source code of this file.

Variables

 $isElggAtRoot = Elgg\Application::elggDir()->getPath() === ElggDirectory\Local::projectRoot()->getPath()
 Elgg install body. More...
 
 $elggSubdir = $isElggAtRoot ? '' : 'vendor/elgg/elgg/'
 
 $footer_menu_items
 
 $footer_menu = elgg_format_element('ul', ['class' => 'elgg-menu elgg-menu-footer'], $footer_menu_items)
 

Variable Documentation

$elggSubdir = $isElggAtRoot ? '' : 'vendor/elgg/elgg/'

Definition at line 12 of file body.php.

$footer_menu = elgg_format_element('ul', ['class' => 'elgg-menu elgg-menu-footer'], $footer_menu_items)

Definition at line 30 of file body.php.

$footer_menu_items
Initial value:
= elgg_format_element('li', [], elgg_view('output/url', [
'text' => elgg_echo('install:footer:instructions'),
'href' => 'http://learn.elgg.org/en/stable/intro/install.html',
'target' => '_blank',
]))
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
Definition: languages.php:17
elgg_view(string $view, array $vars=[], string $viewtype= '')
Return a parsed view.
Definition: views.php:177
elgg_format_element(string $tag_name, array $attributes=[], string $text= '', array $options=[])
Format an HTML element.
Definition: output.php:145

Definition at line 14 of file body.php.

$isElggAtRoot = Elgg\Application::elggDir()->getPath() === ElggDirectory\Local::projectRoot()->getPath()

Elgg install body.

$vars['body'] The main content of the page $vars['sysmessages'] Array of system status messages

Definition at line 11 of file body.php.