function theme_noderelationships_noderef_page_suffix in Node Relationships 6
Render search/create content suffix.
2 theme calls to theme_noderelationships_noderef_page_suffix()
- theme_noderelationships_noderef_page_content in ./
noderelationships.pages.inc - Render search/create content area.
- _noderelationships_child_node_form_pre_render in ./
noderelationships.pages.inc - Pre-render handler for child node form.
File
- ./
noderelationships.pages.inc, line 564 - Implementation of user land pages.
Code
function theme_noderelationships_noderef_page_suffix() {
return '</div>';
}