Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions templates/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,10 @@ Examples:
* `components` related template files must be stored in a similar
subdirectory structure (omit the `templates` subdirectory). E.g. to replace the
template file `components/ILIAS/XYZ/templates/tpl.xyz.html` create a new
version at `./public/Customizing/skin/myskin/components/ILIAS/XYZ/tpl.xyz.html`. A template of a UI Component located in
`src/UI/templates/default/XYZ/tpl.xyz.html` can be customized by creating a
`./public/Customizing/skin/myskin/UI/XYZ/tpl.xyz.html` file.
version at `./public/Customizing/skin/myskin/mystyle/components/ILIAS/XYZ/tpl.xyz.html`.
* A template of a UI Component located in
`components/ILIAS/UI/src/templates/default/XYZ/tpl.xyz.html` can be customized by creating a
`./public/Customizing/skin/myskin/mystyle/UI/XYZ/tpl.xyz.html` file.

The following list contains some standard template files, that are often changed in
skins:
Expand Down