Elgg
Version 4.3
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_format_element
elgg_format_element($tag_name, array $attributes=[], $text= '', array $options=[])
Format an HTML element.
Definition:
output.php:135
elgg_get_site_entity
elgg_get_site_entity()
Get the current site entity.
Definition:
entities.php:99
echo
elgg echo
Translates a string.
Definition:
deprecated.js:530
elgg_view_entity_url
elgg_view_entity_url(\ElggEntity $entity, array $options=[])
Helper function for outputting a link to an entity.
Definition:
views.php:1536
Generated on Mon Feb 6 2023 00:00:19 for Elgg by
1.8.11