diff --git a/docs/admin/Customizing.md b/docs/admin/Customizing.md index ed5fe82..898d399 100644 --- a/docs/admin/Customizing.md +++ b/docs/admin/Customizing.md @@ -75,7 +75,7 @@ A master layout named "layout" is provided in `CP_ROOT/config/custom/resources/v Apps may be completely overridden or on a file-per-file basis (such as replacing `application.yml`). -To override the app entirely, copy it from `CP_ROOT/config/custom/apps/` to `CP_ROOT/config/custom/apps/`. To override a specific file, create the corresponding directory structure in `CP_ROOT/config/custom/apps/`, then copy the file over. +To override the app entirely, copy it from `CP_ROOT/apps/` to `CP_ROOT/config/custom/apps/`. To override a specific file, create the corresponding directory structure in `CP_ROOT/config/custom/apps/`, then copy the file over. Role menus, i.e. what is loaded when a corresponding user type logs in (admin, site, user) may be overridden as well. Menus are based on code under `lib/html/templateconfig-.php`. Additional includes may be located under `CP_ROOT/config/custom/templates/.php`. This is a sample extension for ApisCP when a billing module is configured to allow clients direct access to manage billing: