XOOPS
2.6.0
|
Go to the source code of this file.
Namespaces | |
installer | |
Variables | |
$_SESSION ['error'] = array() | |
$_SESSION ['siteconfig'] | |
$_SESSION ['pageHasHelp'] = false | |
$_SESSION ['pageHasForm'] = false | |
$_SESSION ['content'] = $content | |
$content = $_SESSION['content'] | |
$wizard = $_SESSION['wizard'] | |
$writable = "<ul class='confirmMsg'>" | |
$writable_trust = "<ul class='confirmMsg'>" | |
$xoops_trust = "<ul class='confirmMsg'>" | |
$_SESSION['error'] = array() |
Definition at line 29 of file page_start.php.
$_SESSION['siteconfig'] |
Definition at line 31 of file page_start.php.
$_SESSION['pageHasHelp'] = false |
Definition at line 73 of file page_start.php.
$_SESSION['pageHasForm'] = false |
Definition at line 74 of file page_start.php.
$_SESSION['content'] = $content |
Definition at line 75 of file page_start.php.
$content = $_SESSION['content'] |
Definition at line 42 of file page_start.php.
$wizard = $_SESSION['wizard'] |
Definition at line 39 of file page_start.php.
foreach ($wizard->configs['writable'] as $key=> $value) $writable = "<ul class='confirmMsg'>" |
Definition at line 44 of file page_start.php.
foreach ($wizard->configs['dataPath'] as $key=> $value) $writable_trust = "<ul class='confirmMsg'>" |
Definition at line 60 of file page_start.php.
foreach ($wizard->configs['xoopsPathDefault'] as $key=> $value) $xoops_trust = "<ul class='confirmMsg'>" |
Definition at line 54 of file page_start.php.