Elgg  Version 2.3
Variables
default.php File Reference

Go to the source code of this file.

Variables

 $title = elgg_echo('install:title')
 
 $isElggAtRoot = Elgg\Application::elggDir()->getPath() === Directory\Local::root()->getPath()
 
 $elggSubdir = $isElggAtRoot ? '' : 'vendor/elgg/elgg/'
 

Variable Documentation

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

Definition at line 23 of file default.php.

$isElggAtRoot = Elgg\Application::elggDir()->getPath() === Directory\Local::root()->getPath()

Definition at line 22 of file default.php.

$title = elgg_echo('install:title')

Definition at line 11 of file default.php.