Projet

Général

Profil

Paste
Télécharger (542 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / adaptivetheme / at_subtheme / theme-settings.php @ 87dbc3bf

1
<?php
2

    
3
/**
4
 * @file
5
 * Implimentation of hook_form_system_theme_settings_alter()
6
 *
7
 * To use replace "adaptivetheme_subtheme" with your themeName and uncomment by
8
 * deleting the comment line to enable.
9
 *
10
 * @param $form: Nested array of form elements that comprise the form.
11
 * @param $form_state: A keyed array containing the current state of the form.
12
 */
13
/* -- Delete this line to enable.
14
function adaptivetheme_subtheme_form_system_theme_settings_alter(&$form, &$form_state)  {
15
  // Your knarly custom theme settings go here...
16
}
17
// */