MINOR Updated new-project script to use "simple" theme

This commit is contained in:
Ingo Schommer 2012-03-28 22:39:32 +02:00
parent 41df04ff2b
commit c3ad42029e

View File

@ -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' => ''
))
);