From 3abd264c30568792d8a62301bdfb8062298d9be5 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 3 Apr 2012 01:15:10 +0200 Subject: [PATCH] MINOR Setting new default theme in standard mysite/_config.php --- mysite/_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysite/_config.php b/mysite/_config.php index d983202..92f5022 100644 --- a/mysite/_config.php +++ b/mysite/_config.php @@ -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(); \ No newline at end of file