Elgg  Version master
Variables
header.php File Reference

Go to the source code of this file.

Variables

 $link_contents = elgg_get_site_entity()->getDisplayName()
 
 $site_link = elgg_view_url(elgg_generate_url('admin'), $link_contents)
 
 $logo = elgg_format_element('div', ['class' => 'elgg-heading-site'], $site_link)
 

Variable Documentation

$link_contents = elgg_get_site_entity()->getDisplayName()

Definition at line 5 of file header.php.

$logo = elgg_format_element('div', ['class' => 'elgg-heading-site'], $site_link)

Definition at line 9 of file header.php.

$site_link = elgg_view_url(elgg_generate_url('admin'), $link_contents)

Definition at line 8 of file header.php.