diff --git a/README.md b/README.md new file mode 100755 index 0000000..51a0f9e --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Using the Simple theme + + * Copy the theme into the `themes/` directory of your SilverStripe project. If you've named it correctly, there should be a directory called `themes/simple/templates`. + + * Add the following to your `mysite/_config.php` file. Remove any existing `SSViewer::set_theme` lines. + + SSViewer::set_theme("simple"); + HtmlEditorConfig::get('cms')->setOption('theme_advanced_styles', 'highlight=highlight;no-border=no-border,break=break'); diff --git a/_config.php b/_config.php deleted file mode 100755 index e83d617..0000000 --- a/_config.php +++ /dev/null @@ -1,11 +0,0 @@ -setOption('theme_advanced_styles', 'highlight=highlight;no-border=no-border,break=break');