function ctools_profile_fields_content_type_theme

1 string reference to 'ctools_profile_fields_content_type_theme'
profile_fields.inc in plugins/content_types/user_context/profile_fields.inc

File

plugins/content_types/user_context/profile_fields.inc, line 128

Code

function ctools_profile_fields_content_type_theme(&$theme, $plugin) {
    $theme['profile_fields_pane'] = array(
        'variables' => array(
            'category' => NULL,
            'vars' => NULL,
        ),
        'path' => $plugin['path'],
        'template' => 'profile_fields_pane',
    );
}