silverstripe / silverstripe-simple

The "Simple" theme for Silverstripe CMS by Sara (Innovaif). Winner of the 2012 theme competition.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The "Simple" theme for Silverstripe CMS by Sara (Innovaif). Winner of the 2012 theme competition.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:CSS 80.9%Language:Scheme 11.6%Language:JavaScript 7.5%