Elgg
Version 3.0
|
Go to the source code of this file.
Variables | |
$title = elgg_echo('install:title') | |
Elgg install pageshell. More... | |
$isElggAtRoot = Elgg\Application::elggDir()->getPath() === ElggDirectory\Local::projectRoot()->getPath() | |
$elggSubdir = $isElggAtRoot ? '' : 'vendor/elgg/elgg/' | |
Definition at line 16 of file default.php.
$isElggAtRoot = Elgg\Application::elggDir()->getPath() === ElggDirectory\Local::projectRoot()->getPath() |
Definition at line 15 of file default.php.
$title = elgg_echo('install:title') |
Elgg install pageshell.
$vars['title'] The page title $vars['body'] The main content of the page $vars['sysmessages'] Array of system status messages
Definition at line 12 of file default.php.