type, TRUE)) { return array('none', array()); } $bool = ( ( $node->type == 'poll' && isset($arg[2]) && in_array($arg[2], array('edit', 'results')) ) || !isset($arg[2]) ); if ($bool) { return array(NODEWORDS_MT_TYPE_NODE, $node->vid); } } } } /** * @} End of "addtogroup nodewords". */