mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 18:26:42 +07:00
Update theming.rst
Highlight the changes that need to be done in config.php
This commit is contained in:
@@ -35,8 +35,8 @@ There are two basic ways of creating new themings:
|
||||
|
||||
Depending on how you created your new theme it will be necessary to
|
||||
|
||||
* put a new theme into the /themes -folder. The theme can be activated by putting "theme" => ‘themename’, into the config.php file.
|
||||
* make all changes in the /themes/example or /themes/‘themename’ -folder
|
||||
* put a new theme into the /themes -folder. The theme can be activated by putting ``'theme' => 'MyTheme'``, into the ``/config/config.php`` file.
|
||||
* make your changes in the ``/themes/MyTheme`` -folder
|
||||
|
||||
|
||||
Structure
|
||||
|
||||
Reference in New Issue
Block a user