summaryrefslogtreecommitdiff
path: root/profiles/expert/expert.profile
blob: aab82e9c66cf0c09403c1191a6bfdc2beff523f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
// $Id$

/**
 * Implements hook_form_alter().
 *
 * Allows the profile to alter the site configuration form.
 */
function expert_form_install_configure_form_alter(&$form, $form_state) {
  $form['site_information']['site_name']['#default_value'] = $_SERVER['SERVER_NAME'];
}