admin_form_system_admin_theme_settings_alter

Versions
6
admin_form_system_admin_theme_settings_alter(&$form)

Implementation of hook_form_alter() for system_admin_theme_settings.

Code

contrib-6/admin/admin.module, line 137

<?php
function admin_form_system_admin_theme_settings_alter(&$form) {
  // Add in our stealth theme as an option
  $form['admin_theme']['#options']['admin'] = t('Admin');
}
?>

Post new comment

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options