Folder structure
The table below provides an overview of the default folder structure of an e107 installation:
Folder | Can be modified | Description |
---|---|---|
e107_admin | No | Contains main files used for the admin area. |
e107_core | No | Contains core assets. You should not make changes within this folder. |
e107_handlers | No | Contains core functions and classes. You should not make changes within this folder. |
e107_images | Not usually | Contains core images. You should not normally need to make changes within this folder. |
e107_languages | Not the English folder. | Contains core language files. Themes and plugins have their own language folder |
e107_media | Not usually | Contains Media such as downloadable images or files which are specific to your installation. |
e107_plugins | Yes | Contains all plugins, installed and uninstalled. You may manually add plugins to this folder if need be. |
e107_system | Not usually | Contains private files such as logs, plugin and theme downloads which are specific to your installation. |
e107_theme | Yes | Contains all themes, installed and uninstalled. You may manually add themes to this folder if need be. |
e107_web | No | Contains core js and css packages. |
Last updated