summaryrefslogtreecommitdiff
path: root/themes/garland
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-09-04 15:21:09 +0000
committerDries Buytaert <dries@buytaert.net>2010-09-04 15:21:09 +0000
commit47326c49cbac1765a804c7c2166244148dc52401 (patch)
treee178d4a100a8a7cd106fa90508ac0e9a4c753313 /themes/garland
parent29730ab6597cdb4eba092a17d075e9124f3961c0 (diff)
downloadbrdo-47326c49cbac1765a804c7c2166244148dc52401.tar.gz
brdo-47326c49cbac1765a804c7c2166244148dc52401.tar.bz2
- Patch #800042 by Ralf: documentation and variable reference issue in garland.
Diffstat (limited to 'themes/garland')
-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'),