私のtemplate.phpファイルには、これがあります:
function myadmintheme_theme(&$existing, $type, $theme, $path) {
return array(
'node_form' => array(
'arguments' => array('form' => NULL),
'template' => 'ccktype',
),
);
}
そして、同じディレクトリに ccktype.tpl.php があります:
<b>works!</b>
node/add/ccktype に入ると、「works!」が表示されません。メッセージ..私はすべてを試しました!
任意の助けをいただければ幸いです