16 'href' =>
'admin/administer_utilities/maintenance',
17 'text' =>
elgg_echo(
'admin:administer_utilities:maintenance'),
18 'class' =>
'elgg-maintenance-mode-warning',
24 'href' =>
'action/logout',
29 <
h1 class=
"elgg-heading-site">
30 <
a href=
"<?php echo elgg_get_site_url(); ?>admin">
34 <
ul class=
"elgg-menu-user">
elgg_get_config($name, $site_guid=0)
Get an Elgg configuration value.
elgg_get_site_entity($site_guid=0)
Get an ElggSite entity (default is current site)
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
elgg echo
Translates a string.
elgg_get_site_url($site_guid=0)
Get the URL for the current (or specified) site.
elgg_view($view, $vars=array(), $bypass=false, $ignored=false, $viewtype= '')
Return a parsed view.
elgg_get_logged_in_user_entity()
Return the current logged in user, or null if no user is logged in.