to insert links in your node.tpl.php file. */ function _phptemplate_variables($hook, $vars) { switch($hook) { case 'node': if (module_exists('service_links')) { $vars['service_links'] = theme('links', service_links_render($vars['node'], TRUE)); } break; } return $vars; } ?>