mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
MINOR Updated new-project script to use "simple" theme
This commit is contained in:
parent
41df04ff2b
commit
c3ad42029e
@ -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' => ''
|
||||
))
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user