Elgg  Version 1.9
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_entity($site_guid=0)
Get an ElggSite entity (default is current site)
Definition: sites.php:18
h1
Definition: admin.php:85
$site
Elgg header logo.
Definition: header_logo.php:6
$site_name
Definition: header_logo.php:7
$site_url
Definition: header_logo.php:8
elgg echo
Translates a string.
Definition: languages.js:43
elgg_get_site_url($site_guid=0)
Get the URL for the current (or specified) site.
a
Definition: admin.php:97