array( 'label' => t('User votes to content'), 'module' => 'Votingpoints', 'arguments' => array( 'user' => array('type' => 'user', 'label' => t('User who votes.')), 'node' => array('type' => 'node', 'label' => t('Node that has been voted on')), 'vote' => array('type' => 'comment', 'label' => t('The vote itself.')), ), 'redirect' => TRUE, ), ); }