Benim template.php dosyasında bu ettik:
function myadmintheme_theme(&$existing, $type, $theme, $path) {
return array(
'node_form' => array(
'arguments' => array('form' => NULL),
'template' => 'ccktype',
),
);
}
Ve ben aynı Dir bir ccktype.tpl.php ettik:
<b>works!</b>
But is not working, if I enter to node/add/ccktype I don't get the "works!" message.. I tried everything!
Herhangi bir yardım mutluluk duyacağız