Skip to content

Commit

Permalink
Set the default theme to arDominionB5Plugin
Browse files Browse the repository at this point in the history
Changes the default theme to be the Bootstrap 5 Dominion theme so that
new installs use the BS5 theme.
  • Loading branch information
anvit committed Aug 21, 2023
1 parent 9dd0656 commit 3f31c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/arInstall.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ public static function loadData($dispatcher, $formatter)
$object->name = 'plugins';
$object->value = serialize([
'sfDcPlugin',
'arDominionPlugin',
'arDominionB5Plugin',
'sfEacPlugin',
'sfEadPlugin',
'sfIsaarPlugin',
Expand Down

0 comments on commit 3f31c4e

Please sign in to comment.