summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/garland/theme-settings.php10
1 files changed, 8 insertions, 2 deletions
diff --git a/themes/garland/theme-settings.php b/themes/garland/theme-settings.php
index 5da31dad8..6d56de3fc 100644
--- a/themes/garland/theme-settings.php
+++ b/themes/garland/theme-settings.php
@@ -2,14 +2,20 @@
// $Id$
/**
- * Implements hook_form_system_theme_settings_alter().
+ * @file
+ * Theme setting callbacks for the garland theme.
+ */
+
+/**
+ * Implements hook_form_FORM_ID_alter().
*
* @param $form
* The form.
* @param $form_state
* The form state.
*/
-function garland_form_system_theme_settings_alter(&$form, $form_state) {
+function garland_form_system_theme_settings_alter(&$form, &$form_state) {
+
$form['garland_width'] = array(
'#type' => 'radios',
'#title' => t('Content width'),