Todo List
array getAllThemes( [filter $filter = PNTHEME_FILTER_ALL], [ $state = PNTHEME_STATE_ACTIVE], [ $type = PNTHEME_TYPE_ALL])
list all available themes
possible values of filter are PNTHEME_FILTER_ALL - get all themes (default) PNTHEME_FILTER_USER - get user themes PNTHEME_FILTER_SYSTEM - get system themes PNTHEME_FILTER_ADMIN - get admin themes
void getIDFromName( $theme)
array getInfo( string $themeid)
Returns information about a theme.
string getModuleStylesheet( [string $modname = ''], [string $stylesheet = ''])
mixed getVar( [ $name = null], [ $default = null])
bool load( $theme)
include theme.php for the requested theme
void loadLanguage( [ $script = 'global'], [ $theme = null])