XOOPS 2.5.6
Final
|
Go to the source code of this file.
Namespaces | |
namespace | core |
Variables | |
$icon ='' | |
$icons_radio = new XoopsFormRadio(_MESSAGEICON, 'icon', $icon) | |
$msg_id = !empty($_GET['msg_id']) ? intval($_GET['msg_id']) : 0 | |
$reply = !empty($_GET['reply']) ? 1 : 0 | |
$send = !empty($_GET['send']) ? 1 : 0 | |
$send2 = !empty($_GET['send2']) ? 1 : 0 | |
$subject_icons = XoopsLists::getSubjectsList() | |
$to_userid = !empty($_GET['to_userid']) ? intval($_GET['to_userid']) : 0 | |
$xoopsPreload =& XoopsPreload::getInstance() | |
if(is_object($xoopsUser)) | else |
$icon ='' |
Definition at line 28 of file pmlite.php.
Referenced by ModuleAdmin\addItemButton(), XoopsComments\showTreeItem(), and XoopsComments\store().
$icons_radio = new XoopsFormRadio(_MESSAGEICON, 'icon', $icon) |
Definition at line 29 of file pmlite.php.
$msg_id = !empty($_GET['msg_id']) ? intval($_GET['msg_id']) : 0 |
Definition at line 37 of file pmlite.php.
$reply = !empty($_GET['reply']) ? 1 : 0 |
Definition at line 33 of file pmlite.php.
$send = !empty($_GET['send']) ? 1 : 0 |
Definition at line 34 of file pmlite.php.
$send2 = !empty($_GET['send2']) ? 1 : 0 |
Definition at line 35 of file pmlite.php.
$subject_icons = XoopsLists::getSubjectsList() |
Definition at line 30 of file pmlite.php.
$to_userid = !empty($_GET['to_userid']) ? intval($_GET['to_userid']) : 0 |
Definition at line 36 of file pmlite.php.
$xoopsPreload =& XoopsPreload::getInstance() |
Definition at line 20 of file pmlite.php.
if (is_object($xoopsUser)) else |
Definition at line 158 of file pmlite.php.