私は自分のモジュールを持っていてhook_menu
、既存のWebフォームページに1つのメニュー項目リダイレクト(メニューはアクティブのままである必要があります)を実装しました。このページは?q = node / add/webformです。
$items['adminQuestion/create'] = array(
'title' => t('Crear Cuestionarios'),
'page callback' => "What i put here?",
'page arguments' => array('form_questionnaires'),
'access arguments' => array('access questionnaires'),
'type' => MENU_NORMAL_ITEM,
);