我正在使用 Drupal 7,我正在尝试测试 phptemplate_menu_tree,我创建了一个名为 template.php 的文件并添加以下内容:
<?php
// $Id: template.php,v 1.01 2011/2/24 12:47:27 dries Exp $
function phptemplate_menu_tree($variables) {
return '<ul> <li> test </li> </ul>';
}
但它不起作用。
我正在使用 Drupal 7,我正在尝试测试 phptemplate_menu_tree,我创建了一个名为 template.php 的文件并添加以下内容:
<?php
// $Id: template.php,v 1.01 2011/2/24 12:47:27 dries Exp $
function phptemplate_menu_tree($variables) {
return '<ul> <li> test </li> </ul>';
}
但它不起作用。