From f989f737dae489b77c58f1c2bc508e78ba10c30f Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Wed, 14 Mar 2012 12:27:48 +1300 Subject: [PATCH] Removed _config.php and added README.md --- README.md | 8 ++++++++ _config.php | 11 ----------- 2 files changed, 8 insertions(+), 11 deletions(-) create mode 100755 README.md delete mode 100755 _config.php 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');