4 if (is_null(theme_get_setting('zen_wireframes'))) {
6 // Save default theme settings
8 'zen_breadcrumb' => 'yes',
9 'zen_breadcrumb_separator' => ' › ',
10 'zen_breadcrumb_home' => 1,
11 'zen_breadcrumb_trailing' => 1,
12 'zen_layout' => 'slurpy-liquid',
13 'zen_wireframes' => 0,
16 str_replace('/', '_', 'theme_'.
$theme_key .
'_settings'),
17 array_merge($defaults, theme_get_settings($theme_key))
19 // Force refresh of Drupal internals
20 theme_get_setting('', TRUE
);