diff -r 07239de796bb -r e756a8c72c3d cms/drupal/themes/garland/theme-settings.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cms/drupal/themes/garland/theme-settings.php Fri Sep 08 12:04:06 2017 +0200 @@ -0,0 +1,30 @@ + 'radios', + '#title' => t('Content width'), + '#options' => array( + 'fluid' => t('Fluid width'), + 'fixed' => t('Fixed width'), + ), + '#default_value' => theme_get_setting('garland_width'), + '#description' => t('Specify whether the content will wrap to a fixed width or will fluidly expand to the width of the browser window.'), + // Place this above the color scheme options. + '#weight' => -2, + ); +}