Update theming.rst

This commit is contained in:
Stuart Deusoz 2019-03-11 21:11:12 +01:00 committed by GitHub
parent 8d9e08b16d
commit 8af02e2bbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -189,9 +189,10 @@ Create a "filetypes" drrectory in your custom theme folder:
Edit the filetype icon .svg files that you want to revise and place them in your new "filetypes" directory.
Run this command from root of app:
.. code-block:: php
Run this command from hase directory of your app:
```php
./occ maintenance:mimetype:update-js
```
This will instruct app to use revised icons from your themes folder.