admin/plib Folder

This directory stores PHP files used by front-end and back-end part of the module.

modules/

This Plesk folder contains a <module_name> folder for each installed module.

 

<module_name>/

This Plesk folder isolates a branch that stores localization files for all installed modules in the locales folder. It also stores the locale.php file that ships with the module and resolves the current locale of Plesk.

 

 

locales/

This folder can store localization files of two types: messages_<locale_name>.php stores error/warning messages and GUI text, and conhelp_<locale_name>.php stores context help messages. Each locale supported by the module can have one or both these files in this folder.

templates/

This Plesk folder isolates a branch storing template files used by FastTemplate engine to generate GUI pages.

 

modules/

This Plesk folder contains a <module_name> folder for each installed module.

 

 

<module_name>/

This folder contains TPL files (HTML templates that define the layout of module pages).