You are here

function openatrium_profile_details in Open Atrium 6

Implementation of hook_profile_details().

File

./openatrium.profile, line 6

Code

function openatrium_profile_details() {
  return array(
    'name' => 'Open Atrium',
    'description' => 'Open Atrium by Phase2 Technology.',
    'old_short_name' => 'atrium_installer',
  );
}