Elgg  Version 2.3
Variables
sidebar.php File Reference

Go to the source code of this file.

Variables

 $current_step = $vars['step']
 Install sidebar. More...
 
 $steps = $vars['steps']
 
 $current_step_index = array_search($current_step, $steps)
 
 foreach ($steps as $index=> $step)
 

Variable Documentation

$current_step = $vars['step']

Install sidebar.

$vars['step'] Current step $vars['steps'] Array of steps

Definition at line 9 of file sidebar.php.

$current_step_index = array_search($current_step, $steps)

Definition at line 12 of file sidebar.php.

$steps = $vars['steps']

Definition at line 10 of file sidebar.php.

foreach($steps as $index=> $step)

Definition at line 15 of file sidebar.php.