XOOPS 2.5.6
Final
|
Go to the source code of this file.
Namespaces | |
namespace | kernel |
Functions | |
CloseTable () | |
myTextForm ($url, $value) | |
OpenTable () | |
themecenterposts ($title, $content) | |
xoops_cp_footer () | |
xoops_cp_header () | |
xoops_module_get_admin_menu () | |
xoops_module_write_admin_menu ($content) | |
xoops_write_index_file ($path= '') | |
xoopsfwrite () | |
Variables | |
const | XOOPS_CPFUNC_LOADED 1 |
CloseTable | ( | ) |
Cloe Table : NO NOT USE
Definition at line 58 of file cp_functions.php.
myTextForm | ( | $url, | |
$value | |||
) |
Text Form : DO NOT USE
unknown_type | $url | |
unknown_type | $value |
Definition at line 81 of file cp_functions.php.
References $url.
OpenTable | ( | ) |
Open Table: DO NOT USE
We need these because theme files will not be included
Definition at line 49 of file cp_functions.php.
themecenterposts | ( | $title, | |
$content | |||
) |
Enclose Items in a table : DO NOT USE
string | $title | |
string | $content |
Definition at line 69 of file cp_functions.php.
xoops_cp_footer | ( | ) |
CP Footer
Definition at line 36 of file cp_functions.php.
References XoopsSystemCpanel\getInstance(), and xoops_load().
xoops_cp_header | ( | ) |
CP Header
Definition at line 25 of file cp_functions.php.
References XoopsSystemCpanel\getInstance(), and xoops_load().
xoops_module_get_admin_menu | ( | ) |
Xoops Module Menu
Definition at line 111 of file cp_functions.php.
References $adminmenu, $content, $criteria, $GLOBALS, $js, $mid, $module_handler, _CLOSE, _PREFERENCES, and xoops_gethandler().
xoops_module_write_admin_menu | ( | $content | ) |
Xoops Module Write Admin Menu
string | $content |
Definition at line 195 of file cp_functions.php.
References $content, $file, $GLOBALS, XOOPS_CACHE_PATH, xoops_write_index_file(), and xoopsfwrite().
xoops_write_index_file | ( | $path = '' | ) |
Xoops Write Index File
string | $path |
Definition at line 224 of file cp_functions.php.
References $file, $path, and xoopsfwrite().
Referenced by xoops_module_write_admin_menu().
xoopsfwrite | ( | ) |
Enter description here...
Definition at line 91 of file cp_functions.php.
References $_SERVER, and $GLOBALS.
Referenced by xoops_module_write_admin_menu(), and xoops_write_index_file().
const XOOPS_CPFUNC_LOADED 1 |
Definition at line 19 of file cp_functions.php.