silverstripe-themes / simple
The SilverStripe simple theme (default SilverStripe 3 theme)
Installs: 1 123 000
Dependents: 17
Suggesters: 0
Security: 0
Stars: 42
Watchers: 17
Forks: 56
Open Issues: 5
Language:CSS
Type:silverstripe-theme
Requires
README
-
Copy the theme into the
themes/
directory of your Silverstripe project. If you've named it correctly, there should be a directory calledthemes/simple/templates
. -
Add the following to your
mysite/_config.php
file. Remove any existingSSViewer::set_theme
lines.SSViewer::set_theme("simple"); HtmlEditorConfig::get('cms')->setOption('theme_advanced_styles', 'highlight=highlight;no-border=no-border,break=break');