Elgg  Version master
Variables
nav.php File Reference

Go to the source code of this file.

Variables

 $refresh = ''
 Navigation for installation pages. More...
 
if(elgg_extract('refresh', $vars)) $next_options
 
if(elgg_extract('advance', $vars)===false) $next = elgg_view('output/url', $next_options)
 

Variable Documentation

◆ $next

if (elgg_extract( 'advance', $vars)===false) $next = elgg_view('output/url', $next_options)

Definition at line 34 of file nav.php.

◆ $next_options

if (elgg_extract( 'refresh', $vars)) $next_options
Initial value:
= [
'text' => elgg_echo('install:next'),
'href' => elgg_get_site_url() . "install.php?step={$vars['next_step']}",
'class' => ['elgg-button', 'elgg-button-submit'],
]
elgg_get_site_url()
Get the URL for the current (or specified) site, ending with "/".
elgg_echo(string $message_key, array $args=[], string $language='')
Elgg language module Functions to manage language and translations.
Definition: languages.php:17

Definition at line 22 of file nav.php.

◆ $refresh

$refresh = ''

Navigation for installation pages.

@uses $vars['url'] base url of site @uses $vars['next_step'] next step as string @uses $vars['refresh'] should refresh button be shown? @uses $vars['advance'] should the next button be active?

Definition at line 12 of file nav.php.