[development] Two module ideas

Daniel F. Kudwien news at unleashedmind.com
Fri Dec 18 19:45:01 UTC 2009


> I totally agree, Dave, that's why I was hoping someone had a module
> it would fit into. Worse case is that I can add it to Util.


function custom_form_system_site_information_settings_alter(&$form) {
  $form['site_slogan']['#type'] = 'textarea';
}

3 lines, actually.

I'd say that this is even too specific for Util.  Luckily, D7 will allow you
to put this code into your theme, so you don't even need a custom.module.

sun



More information about the development mailing list