PostNuke Help

Previous
pnModGetInfo

Home
up

Next
pnModGetUserMods


pnModGetName

get name of current top-level module

Synopsis

string pnModGetName();

Description

pnModGetName() returns the name of the current top-level module.

Return Values

This function currently returns the name of the current top-level module, false if not in a module.

Examples

// get module name
$name = pnModGetName();
       

Previous
pnModGetInfo

Home
up

Next
pnModGetUserMods