20 defined(
'XOOPS_ROOT_PATH') or die('Restricted access');
32 function eventCorePmliteStart($args)
34 header(
"location: ./modules/pm/pmlite.php" . (empty(
$_SERVER[
'QUERY_STRING']) ?
"" :
"?" .
$_SERVER[
'QUERY_STRING']));
38 function eventCoreReadpmsgStart($args)
40 header(
"location: ./modules/pm/readpmsg.php" . (empty(
$_SERVER[
'QUERY_STRING']) ?
"" :
"?" .
$_SERVER[
'QUERY_STRING']));
44 function eventCoreViewpmsgStart($args)
46 header(
"location: ./modules/pm/viewpmsg.php" . (empty(
$_SERVER[
'QUERY_STRING']) ?
"" :
"?" .
$_SERVER[
'QUERY_STRING']));
50 function eventCoreClassSmartyXoops_pluginsXoinboxcount($args)
52 $args[0] =& xoops_getModuleHandler(
'message',
'pm');