Go to file
Ingo Schommer bf2d9cb1e5 MINOR Linking to ss.org in footer 2012-03-15 11:28:24 +01:00
css Initial version of "Simple" theme. 2012-03-14 12:24:58 +13:00
images Initial version of "Simple" theme. 2012-03-14 12:24:58 +13:00
templates MINOR Linking to ss.org in footer 2012-03-15 11:28:24 +01:00
webfonts Initial version of "Simple" theme. 2012-03-14 12:24:58 +13:00
README.md Removed _config.php and added README.md 2012-03-14 12:27:48 +13:00

README.md

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