mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
MINOR Setting new default theme in standard mysite/_config.php
This commit is contained in:
parent
c3ad42029e
commit
3abd264c30
@ -12,7 +12,7 @@ MySQLDatabase::set_connection_charset('utf8');
|
|||||||
|
|
||||||
// Set the current theme. More themes can be downloaded from
|
// Set the current theme. More themes can be downloaded from
|
||||||
// http://www.silverstripe.org/themes/
|
// http://www.silverstripe.org/themes/
|
||||||
SSViewer::set_theme('blackcandy');
|
SSViewer::set_theme('simple');
|
||||||
|
|
||||||
// Enable nested URLs for this site (e.g. page/sub-page/)
|
// Enable nested URLs for this site (e.g. page/sub-page/)
|
||||||
if(class_exists('SiteTree')) SiteTree::enable_nested_urls();
|
if(class_exists('SiteTree')) SiteTree::enable_nested_urls();
|
Loading…
Reference in New Issue
Block a user