Elgg  Version 2.3
Variables
nav.php File Reference

Go to the source code of this file.

Variables

 $refresh = ''
 Navigation for installation pages. More...
 
if(isset($vars['refresh']) && $vars['refresh']) $next_text = elgg_echo('install:next')
 
 $next_link = elgg_get_site_url()."install.php?step={$vars['next_step']}"
 
 $next = "<a href=\"$next_link\">$next_text</a>"
 

Variable Documentation

◆ $next

$next = "<a href=\"$next_link\">$next_text</a>"

Definition at line 22 of file nav.php.

◆ $next_link

$next_link = elgg_get_site_url()."install.php?step={$vars['next_step']}"

Definition at line 21 of file nav.php.

◆ $next_text

if (isset( $vars[ 'refresh']) &&$vars[ 'refresh']) $next_text = elgg_echo('install:next')

Definition at line 20 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 13 of file nav.php.