PostNuke Help |
||
|---|---|---|
Previous |
Next |
|
get name of current top-level module
string pnModGetName();
pnModGetName() returns the name of the current top-level module.
This function currently returns the name of the current top-level module, false if not in a module.
// get module name
$name = pnModGetName();
Previous |
Next |