15 'text' =>
elgg_echo(
'install:footer:instructions'),
16 'href' =>
'http://learn.elgg.org/en/stable/intro/install.html',
20 'text' =>
elgg_echo(
'install:footer:troubleshooting'),
21 'href' =>
'http://learn.elgg.org/en/stable/intro/install.html#troubleshooting',
25 'text' =>
elgg_echo(
'install:footer:community'),
26 'href' =>
'https://elgg.org/discussion/all',
33 <div
class=
"elgg-page">
34 <div
class=
"elgg-page-body">
35 <div
class=
"elgg-layout">
36 <aside
class=
"elgg-sidebar-alt">
37 <header
class=
"elgg-page-header">
47 <main
class=
"elgg-body">
56 <footer
class=
"elgg-page-footer">
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
elgg_extract($key, $array, $default=null, bool $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
elgg_view(string $view, array $vars=[], string $viewtype= '')
Return a parsed view.
elgg_get_site_url()
Get the URL for the current (or specified) site, ending with "/".
elgg_format_element(string $tag_name, array $attributes=[], string $text= '', array $options=[])
Format an HTML element.