MINOR Setting new default theme in standard mysite/_config.php

This commit is contained in:
Ingo Schommer 2012-04-03 01:15:10 +02:00
parent c3ad42029e
commit 3abd264c30
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ MySQLDatabase::set_connection_charset('utf8');
// Set the current theme. More themes can be downloaded from
// http://www.silverstripe.org/themes/
SSViewer::set_theme('blackcandy');
SSViewer::set_theme('simple');
// Enable nested URLs for this site (e.g. page/sub-page/)
if(class_exists('SiteTree')) SiteTree::enable_nested_urls();