function theme_content_profile_display_tab_view in Content Profile 6
Themes the view tab
1 theme call to theme_content_profile_display_tab_view()
- content_profile_preprocess_content_profile_display_view in ./
content_profile.theme.inc - Implementation of content_profile_preprocess_HOOK()
File
- ./
content_profile.theme.inc, line 62 - Theme and template preprocessing code
Code
function theme_content_profile_display_tab_view($node) {
return l(t('View'), 'node/' . $node->nid);
}