XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
help.php File Reference

Go to the source code of this file.

Variables

 $criteria = new CriteriaCompo()
 
 $i = 0
 
 $installed_mods = $module_handler->getObjects( $criteria )
 
 $j = 0
 
 $listed_mods = array()
 
 $mid = system_CleanVars ( $_REQUEST, 'mid', 0, 'int' )
 
 $module_handler =& xoops_gethandler('module')
 
 $page = system_CleanVars ( $_REQUEST, 'page', '', 'string' )
 
 $xoopsOption ['template_main'] = 'system_help.html'
 
if($mid > 0) else
 

Variable Documentation

$criteria = new CriteriaCompo()

Definition at line 103 of file help.php.

$i = 0

Definition at line 108 of file help.php.

$installed_mods = $module_handler->getObjects( $criteria )

Definition at line 106 of file help.php.

$listed_mods = array()

Definition at line 107 of file help.php.

$module_handler =& xoops_gethandler('module')

Definition at line 102 of file help.php.

$page = system_CleanVars ( $_REQUEST, 'page', '', 'string' )

System help page

You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Author
Andricq Nicolas (AKA MusS)
Version
Id:
help.php 9320 2012-04-14 16:32:46Z beckmi

Definition at line 21 of file help.php.

Referenced by XoopsInstallWizard\pageURI(), XoopsInstallWizard\redirectToPage(), XoopsInstallWizard\setPage(), and smarty_function_xoops_link().

$xoopsOption['template_main'] = 'system_help.html'

Definition at line 25 of file help.php.

if (file_exists(XOOPS_ROOT_PATH. '/modules/system/language/'.$xoopsConfig['language']. '/help/help_center.html')) else
Initial value:
{
$xoBreadCrumb->render()

Definition at line 99 of file help.php.