function theme_noderelationships_noderef_page_content in Node Relationships 6
Render search/create content area.
1 theme call to theme_noderelationships_noderef_page_content()
- noderelationships_noderef_page in ./
noderelationships.pages.inc - Menu callback; Search or Create and reference.
File
- ./
noderelationships.pages.inc, line 550 - Implementation of user land pages.
Code
function theme_noderelationships_noderef_page_content($content) {
return theme('noderelationships_noderef_page_prefix') . $content . theme('noderelationships_noderef_page_suffix') . "\n";
}