Elgg
Version 6.1
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
views
default
page
elements
walled_garden
header.php
Go to the documentation of this file.
1
<?php
2
3
echo
elgg_format_element
(
'h1'
, [
'class'
=>
'elgg-heading-walled-garden'
],
elgg_view_entity_url
(
elgg_get_site_entity
()));
elgg_get_site_entity
elgg_get_site_entity()
Get the current site entity.
Definition:
entities.php:101
elgg_format_element
elgg_format_element(string $tag_name, array $attributes=[], string $text= '', array $options=[])
Format an HTML element.
Definition:
output.php:145
elgg_view_entity_url
elgg_view_entity_url(\ElggEntity $entity, array $options=[])
Helper function for outputting a link to an entity.
Definition:
views.php:1444
Generated on Wed Dec 4 2024 00:00:22 for Elgg by
1.8.11