From 67fbaf342354e8049a9947de7d27b5c246b2ea42 Mon Sep 17 00:00:00 2001 From: DorsetDigital Date: Fri, 13 Apr 2018 09:24:16 +0100 Subject: [PATCH] Update 06_Themes.md Remove reference to theme picker in settings page which was removed in SS4 --- docs/en/02_Developer_Guides/01_Templates/06_Themes.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/en/02_Developer_Guides/01_Templates/06_Themes.md b/docs/en/02_Developer_Guides/01_Templates/06_Themes.md index e2850e74e..ca5deea7b 100644 --- a/docs/en/02_Developer_Guides/01_Templates/06_Themes.md +++ b/docs/en/02_Developer_Guides/01_Templates/06_Themes.md @@ -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) \ No newline at end of file +* [Migrating static templates into your theme](https://www.silverstripe.org/learn/lessons/v4/migrating-static-templates-into-your-theme-1)