Ingo Schommer 06cc25449f Use jQuery from CDN rather than framework
Static asset paths in framework aren't a public API,
and hence shouldn't be relied on by other modules.

The template already includes some shim JS from the web,
so this doesn't change the fact that you need a network connection
to fully use the default theme.
2016-09-15 15:31:50 +12:00
2015-08-17 11:18:54 +12:00
2012-11-04 21:38:54 +13:00
2012-03-28 22:36:34 +02:00

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');
    
Description
No description provided
Readme 479 KiB
Languages
CSS 80.8%
Scheme 11.7%
JavaScript 7.5%