Skip to content

Commit f5d8617

Browse files
committed
Enable basic theme by default
1 parent 78bcc45 commit f5d8617

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SKELETON.install

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
*/
88
function ***MACHINE_NAME***_install() {
99
// Enable some standard blocks.
10-
$default_theme = variable_get('theme_default', 'bartik');
10+
$default_theme = 'basic';
11+
variable_set('theme_default', $default_theme);
1112

1213
$values = array(
1314
array(

0 commit comments

Comments
 (0)