知識社群登入
node_page_view()
by 蘇德宙, 2011-04-30 16:00, 人氣(1331)
function node_page_view($node, $cid = NULL) {
  drupal_set_title(check_plain($node->title));
  return node_show($node, $cid);
}