function follow_settings_form in Follow 6
Same name and namespace in other branches
- 7 follow.module \follow_settings_form()
Follow settings form.
File
- ./
follow.module, line 748 - Allows users to add links to their social network profiles.
Code
function follow_settings_form() {
$form = array();
return system_settings_form($form);
}