XOOPS 2.5.6
Final
|
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 |
$criteria = new CriteriaCompo() |
$j = 0 |
Definition at line 109 of file help.php.
Referenced by Smarty_Compiler\_compile_file(), SystemMaintenance\CheckRepairAnalyzeOptimizeQueries(), HTMLPurifier_Filter_ExtractStyleBlocks\cleanCSS(), createConfigform(), XoopsFolderHandler\dirsize(), XoopsCaptchaImageHandler\drawPolygons(), HTMLPurifier_Strategy_FixNesting\execute(), HTMLPurifier_Strategy_MakeWellFormed\execute(), CGIFLZW\GetCode(), XoopsFormElementTray\getElements(), XoopsForm\getElements(), HTMLPurifier_VarParser_Flexible\parseImplementation(), ModuleAdmin\renderIndex(), ProtectorMySQLDatabase\separateStringsInSQL(), smarty_core_write_cache_file(), SqlUtility\splitMySqlFile(), HTMLPurifier_AttrDef_CSS_Font\validate(), xoops_module_uninstall(), and XoopsFormDateTime\XoopsFormDateTime().
$mid = system_CleanVars ( $_REQUEST, 'mid', 0, 'int' ) |
Definition at line 22 of file help.php.
Referenced by b_system_comments_show(), createConfigform(), SystemGroup\getForm(), XoopsBlockHandler\insert(), XoopsModuleHandler\insert(), xos_logos_PageBuilder\retrieveBlocks(), XoopsBlock\store(), xoops_legacy_module_get_admin_menu(), xoops_module_activate(), xoops_module_change(), xoops_module_deactivate(), xoops_module_get_admin_menu(), and xoops_template_clear_module_cache().
$module_handler =& xoops_gethandler('module') |
$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.
Definition at line 21 of file help.php.
Referenced by XoopsInstallWizard\pageURI(), XoopsInstallWizard\redirectToPage(), XoopsInstallWizard\setPage(), and smarty_function_xoops_link().
if (file_exists(XOOPS_ROOT_PATH. '/modules/system/language/'.$xoopsConfig['language']. '/help/help_center.html')) else |