|
Elgg
Version 1.9
|
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) | |
| $current_step = $vars['step'] |
Install sidebar.
@uses $vars['step'] Current step @uses $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) | ( | $steps as, | |
| $step | |||
| ) |
Definition at line 15 of file sidebar.php.