We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78bcc45 commit f5d8617Copy full SHA for f5d8617
SKELETON.install
@@ -7,7 +7,8 @@
7
*/
8
function ***MACHINE_NAME***_install() {
9
// Enable some standard blocks.
10
- $default_theme = variable_get('theme_default', 'bartik');
+ $default_theme = 'basic';
11
+ variable_set('theme_default', $default_theme);
12
13
$values = array(
14
array(
0 commit comments