XOOPS  2.6.0
install_tpl.php File Reference

Go to the source code of this file.

Namespaces

 installer
 

Variables

 $content = $_SESSION['content']
 
 $current = $wizard->pageIndex
 
 $keys = array_keys($wizard->pages)
 
 $pageHasForm = $_SESSION['pageHasForm']
 
 $pageHasHelp = $_SESSION['pageHasHelp']
 
 $wizard = $_SESSION['wizard']
 
if($current==0) elseif($current > 0 &&$current< count($keys)-1) else
 
 for ($i=count($keys)-3;$i< count($keys);++$i)
 

Variable Documentation

$content = $_SESSION['content']

Definition at line 32 of file install_tpl.php.

$current = $wizard->pageIndex
$keys = array_keys($wizard->pages)
$pageHasForm = $_SESSION['pageHasForm']

Definition at line 31 of file install_tpl.php.

$pageHasHelp = $_SESSION['pageHasHelp']

Definition at line 30 of file install_tpl.php.

$wizard = $_SESSION['wizard']

Definition at line 35 of file install_tpl.php.

if ($wizard->pageIndex!=0) if (@$pageHasForm) else
Initial value:
{
$pages = array()
$pages
Definition: page.php:27

Definition at line 75 of file install_tpl.php.

for($i=count($keys)-3;$i< count($keys);++$i)

Definition at line 77 of file install_tpl.php.