From c3ad42029ead427d74222a1f15823d819c55b7e0 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Wed, 28 Mar 2012 22:39:32 +0200 Subject: [PATCH] MINOR Updated new-project script to use "simple" theme --- tools/lib/template.php | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/tools/lib/template.php b/tools/lib/template.php index 5ecfe1a..1cb77d1 100644 --- a/tools/lib/template.php +++ b/tools/lib/template.php @@ -16,17 +16,11 @@ $template = array( 'project' => 'silverstripe-cms', 'branch' => SAPPHIRE_CURRENT_BRANCH )), - 'themes/blackcandy' => new GithubSparse(array( + 'themes/simple' => new GithubSparse(array( 'user' => 'silverstripe-themes', - 'project' => 'silverstripe-blackcandy', + 'project' => 'silverstripe-simple', 'branch' => SAPPHIRE_CURRENT_BRANCH, - 'subdir' => 'blackcandy' - )), - 'themes/blackcandy_blog' => new GithubSparse(array( - 'user' => 'silverstripe-themes', - 'project' => 'silverstripe-blackcandy', - 'branch' => SAPPHIRE_CURRENT_BRANCH, - 'subdir' => 'blackcandy_blog' + 'subdir' => '' )) );