You are here

function swftools_profiles_title_callback in SWF Tools 6.3

Menu wildcard loader for profile title.

1 string reference to 'swftools_profiles_title_callback'
swftools_profiles_menu in profiles/swftools_profiles.module
Implementation of hook_menu().

File

profiles/swftools_profiles.module, line 133
Enables the SWF Tools profile system to allow multiple player configurations to be defined.

Code

function swftools_profiles_title_callback($profile) {
  return $profile['name'];
}