Elgg  Version 1.9
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 = "<a href=\"$next_link\">$next_text</a>"

Definition at line 22 of file nav.php.

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

Definition at line 21 of file nav.php.

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

Definition at line 20 of file nav.php.

$refresh = ''

Navigation for installation pages.

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

Definition at line 13 of file nav.php.