function _nodehierarchy_toggle_expand_link in Node Hierarchy 5
Same name and namespace in other branches
- 6 nodehierarchy.module \_nodehierarchy_toggle_expand_link()
Get a link which expands or contracts the given node in the site outline.
1 call to _nodehierarchy_toggle_expand_link()
- theme_nodehierarchy_node_list in ./
nodehierarchy_theme.inc - Display a list of nodes with nodehierarchy actions.
File
- ./
nodehierarchy.module, line 701 - A module to make nodes hierarchical.
Code
function _nodehierarchy_toggle_expand_link($title, $nid) {
return url("content/nodehierarchy", _nodehierarchy_toggle_expand_url_params($nid));
}