【发布时间】:2009-03-18 13:50:45
【问题描述】:
在我的 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 我没有得到“工作!”信息.. 我什么都试过了!
任何帮助将不胜感激
【问题讨论】:
标签: php drupal drupal-6 themes cck