Skip to content
This repository was archived by the owner on Mar 4, 2019. It is now read-only.

Commit 99b49ea

Browse files
committed
Enable the default openatrium theme.
1 parent 32c5cd0 commit 99b49ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

btr_client.install

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ function btr_client_install() {
1313
// user settings
1414
variable_set('user_register', USER_REGISTER_VISITORS);
1515
variable_set('user_email_verification', TRUE);
16+
theme_enable(array('oa_radix'));
17+
variable_set('theme_default', 'oa_radix');
1618

1719
_btrclient_install_mailsystem();
1820
_btrclient_install_user_restrictions();
@@ -37,4 +39,3 @@ function _btrclient_install_user_restrictions() {
3739
))
3840
->execute();
3941
}
40-

0 commit comments

Comments
 (0)