Update 06_Themes.md

Remove reference to theme picker in settings page which was removed in SS4
This commit is contained in:
DorsetDigital 2018-04-13 09:24:16 +01:00 committed by Daniel Hensby
parent 81a2c15eb0
commit 67fbaf3423
No known key found for this signature in database
GPG Key ID: B00D1E9767F0B06E

View File

@ -32,8 +32,7 @@ As you've added new files to your SilverStripe installation, make sure you clear
### Configuring themes
After installing the files through either method, update the current theme in SilverStripe. This can be done by
either altering the `SSViewer.themes` setting in a [config.yml](../configuration) or by changing the current theme in
the Site Configuration panel (http://yoursite.com/admin/settings)
altering the `SSViewer.themes` setting in a [config.yml](../configuration)
**mysite/_config/app.yml**
@ -106,4 +105,4 @@ The final step is to [submit your theme to Packagist](https://packagist.org/abou
## Related Lessons
* [Creating your first theme](https://www.silverstripe.org/learn/lessons/v4/creating-your-first-theme-1)
* [Migrating static templates into your theme](https://www.silverstripe.org/learn/lessons/v4/migrating-static-templates-into-your-theme-1)
* [Migrating static templates into your theme](https://www.silverstripe.org/learn/lessons/v4/migrating-static-templates-into-your-theme-1)