admin/htdocs Folder

This Plesk folder stores files somehow related with GUI, i.e. meant for the display in the browser. A module locates its source files in this folder as follows.

modules/

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

 

<module_name>/

The folder stores PHP files that define GUI of a certain module, including the index.php file that serves as an entry point to GUI of a module. Also, this folder contains the following nested folders:

 

 

locales/

This is the 'root' folder for one or several branches, each meant for a certain locale.

 

 

 

<locale_name 1>/

This folder isolates help files referring to the first supported locale.

 

 

 

 

help/

The folder contains HTML help files for this locale.

 

 

 

<locale_name 2>/

This folder isolates help files referring to the second supported locale.

 

 

 

 

help/

The folder contains HTML help files for this locale.

 

 

 

 

 

 

 

<locale_name N>/

This folder isolates help files referring to the N supported locale.

 

 

 

 

help/

The folder contains HTML help files for this locale.

 

 

images/

This folder stores GIF image files (icons) of the module's GUI.