Removed _config.php and added README.md

This commit is contained in:
Sam Minnee 2012-03-14 12:27:48 +13:00
parent bfff6fb0ea
commit f989f737da
2 changed files with 8 additions and 11 deletions

8
README.md Executable file
View File

@ -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');

View File

@ -1,11 +0,0 @@
<?php
/**
* Use this configuration file for all project settings, that are not server (live, dev, stage) specific.
* For server specific settings, use regular _config.php
*
* This file is included at the end of _config.php
*
*/
// tinyMce custom config
HtmlEditorConfig::get('cms')->setOption('theme_advanced_styles', 'highlight=highlight;no-border=no-border,break=break');