Elgg  Version 1.11
header_logo.php
Go to the documentation of this file.
1 <?php
7 $site_name = $site->name;
9 ?>
10 
11 <h1>
12  <a class="elgg-heading-site" href="<?php echo $site_url; ?>">
13  <?php echo $site_name; ?>
14  </a>
15 </h1>
elgg_get_site_url($site_guid=0)
Get the URL for the current (or specified) site.
$site_url
Definition: header_logo.php:8
$site_name
Definition: header_logo.php:7
$site
Elgg header logo.
Definition: header_logo.php:6
elgg_get_site_entity($site_guid=0)
Get an \ElggSite entity (default is current site)
Definition: sites.php:18
a
Definition: admin.php:97
h1
Definition: admin.php:85