Go to file
Daniel Hensby 096eaf4808
Merge branch '2.3' into 2.4
2018-03-21 12:08:07 +00:00
css MINOR Form fields styling, font change 2012-03-27 17:00:47 +02:00
images Initial version of "Simple" theme. 2012-03-14 12:24:58 +13:00
templates FIX Remove link in footer that goes to spammy site 2018-03-19 19:10:18 +00:00
webfonts MINOR Form fields styling, font change 2012-03-27 17:00:47 +02: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');