You are here

function follow_settings_form in Follow 7

Same name and namespace in other branches
  1. 6 follow.module \follow_settings_form()

Follow settings form.

File

./follow.module, line 707
Allows users to add links to their social network profiles.

Code

function follow_settings_form() {
  $form = array();
  return system_settings_form($form);
}