18 Dec
2009
18 Dec
'09
8:45 p.m.
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