Elgg  Version 5.1
Variables
head.php File Reference

Go to the source code of this file.

Variables

 $isElggAtRoot = Elgg\Application::elggDir()->getPath() === ElggDirectory\Local::projectRoot()->getPath()
 Elgg install head. More...
 
 $elggSubdir = $isElggAtRoot ? '' : 'vendor/elgg/elgg/'
 

Variable Documentation

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

Definition at line 11 of file head.php.

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

Elgg install head.

$vars['title'] The page title

Definition at line 10 of file head.php.