Go to file
Ingo Schommer 5bf43d9b20 ENHANCEMENT Show site title and tagline by default in theme (fixes #7350) 2012-05-20 22:01:45 +02:00
css ENHANCEMENT overlapping menu, css, search-results styling 2012-05-09 17:16:21 +02:00
images ENHANCEMENT overlapping menu, css, search-results styling 2012-05-09 17:16:21 +02:00
javascript ENHANCEMENT overlapping menu, css, search-results styling 2012-05-09 17:16:21 +02:00
templates ENHANCEMENT Show site title and tagline by default in theme (fixes #7350) 2012-05-20 22:01:45 +02:00
webfonts ENHANCEMENT: created styling for search field and search results - styled mobile site header - fixed issue with navigation overflowing when too many <li> 2012-04-04 17:52:54 +12:00
.gitignore ENHANCEMENT: created styling for search field and search results - styled mobile site header - fixed issue with navigation overflowing when too many <li> 2012-04-04 17:52:54 +12:00
LICENSE MINOR Added license file 2012-03-28 22:36:34 +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');