public static function ContentProfilePageViewProfile::help in Content Profile 6
File
- ./
content_profile.pageroute.inc, line 122
Class
- ContentProfilePageViewProfile
- ContentProfilePageViewProfile displays a content profile.
Code
public static function help() {
return t('The lonely node display page can be used to view this lonely node. This might be useful for displaying the lonely node aftercreation or update. There will be a (themeable) message if there is no node that can be displayed.');
}