Hi there - thanks for creating this module!
This is probably a noob question - but could you please give me a little "nudge" about the best way to go about adding some intro text above the "Master Switch" fieldset?
Cheers,
Matt
Hi there - thanks for creating this module!
This is probably a noob question - but could you please give me a little "nudge" about the best way to go about adding some intro text above the "Master Switch" fieldset?
Cheers,
Matt
Comments
Comment #1
stoptime commentedAnswered my own question - all I needed to do was add the following to the $form array within the notify_user_settings_form() function:
$form['info'] = array('#value' => t('Whatever text you want here.'));
Comment #2
stoptime commented