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

stoptime’s picture

Answered 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.'));

stoptime’s picture

Status: Active » Closed (fixed)