You are here

function linkit_change_profile in Linkit 7.3

Ajax Form callback;

Returns the Linkit "form" when changing profile.

1 string reference to 'linkit_change_profile'
linkit_dashboard_form in ./linkit.module
Create the dashboard page.

File

./linkit.module, line 550
Main file for Linkit module.

Code

function linkit_change_profile($form, $form_state) {
  return $form['linkit_container'];
}