Go to file
Jeremy Bridson 5294a0a541 ENHANCEMENT: added site-tree icons to simple theme due to the fact that they no longer exist in framework where the docs.silverstripe tutorial states they are. I will submit a pull request for the tutorial file-path change afterwards. 2013-08-16 13:35:28 +12:00
css Use class name for styles. 2013-05-30 20:36:07 +12:00
images ENHANCEMENT: added site-tree icons to simple theme due to the fact that they no longer exist in framework where the docs.silverstripe tutorial states they are. I will submit a pull request for the tutorial file-path change afterwards. 2013-08-16 13:35:28 +12:00
javascript ENHANCEMENT improved form styles, typography styles, removed copyright 2012-10-04 17:15:59 +13:00
templates Use proper formatting of SilverStripe. 2013-05-30 20:36:30 +12:00
webfonts MINOR javascript optimization, css, line endings, file modes... 2012-06-07 17:04:50 +02:00
.gitignore MINOR:added css/.DS_Store to the gitignore file 2012-11-20 10:13:54 +13:00
LICENSE MINOR Added license file 2012-03-28 22:36:34 +02:00
README.md MINOR javascript optimization, css, line endings, file modes... 2012-06-07 17:04:50 +02:00
composer.json FIX: Relaxed version constraints 2012-11-04 21:38:54 +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');