Elgg
Version 1.11
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
views
default
page
elements
header_logo.php
Go to the documentation of this file.
1
<?php
6
$site
=
elgg_get_site_entity
();
7
$site_name
=
$site
->name;
8
$site_url
=
elgg_get_site_url
();
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
elgg_get_site_entity($site_guid=0)
Get an entity (default is current site)
Definition:
sites.php:18
h1
h1
Definition:
admin.php:85
$site
$site
Elgg header logo.
Definition:
header_logo.php:6
$site_name
$site_name
Definition:
header_logo.php:7
$site_url
$site_url
Definition:
header_logo.php:8
echo
elgg echo
Translates a string.
Definition:
languages.js:43
elgg_get_site_url
elgg_get_site_url($site_guid=0)
Get the URL for the current (or specified) site.
Definition:
configuration.php:28
a
a
Definition:
admin.php:97
Generated on Sat Dec 21 2024 00:00:50 for Elgg by
1.8.11