Elgg  Version 6.2
Variables
content.php File Reference

Go to the source code of this file.

Variables

 $sections
 Welcome widget for admins. More...
 
 $results = ''
 
 foreach ( $sections as $section=> $strings)
 

Variable Documentation

◆ $results

$results = ''

Definition at line 22 of file content.php.

◆ $sections

$sections
Initial value:
= [
'intro' => [],
'registration' => [
elgg_view('output/url', [
'text' => elgg_echo('admin:site_settings'),
'href' => elgg_generate_url('admin', [
'segments' => 'site_settings',
]),
'is_trusted' => true,
]),
],
'admin_overview' => [],
'outro' => [],
]
elgg_echo(string $message_key, array $args=[], string $language='')
Elgg language module Functions to manage language and translations.
Definition: languages.php:17
elgg_view(string $view, array $vars=[], string $viewtype='')
Return a parsed view.
Definition: views.php:156
elgg_generate_url(string $name, array $parameters=[])
Generate a URL for named route.

Welcome widget for admins.

Definition at line 7 of file content.php.

◆ foreach

foreach($sections as $section=> $strings) (   $sections as,
  $strings 
)

Definition at line 23 of file content.php.