Go to the source code of this file.
|
| $mainfile = __DIR__ . '/mainfile.php' |
|
if(file_exists($mainfile)) elseif(file_exists(__DIR__. '/install/index.php')) | $xoops = Xoops::getInstance() |
|
if($xoops->isActiveModule($xoops->getConfig('startpage'))) | else |
|
$mainfile = __DIR__ . '/mainfile.php' |
if (file_exists($mainfile)) elseif (file_exists(__DIR__. '/install/index.php')) $xoops = Xoops::getInstance() |
if ($xoops->isActiveModule($xoops->getConfig('startpage'))) else |
Initial value:{
$xoops->setOption(
'show_cblock', 1)
if(file_exists($mainfile)) elseif(file_exists(__DIR__. '/install/index.php')) $xoops
Definition at line 85 of file index.php.