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>';
}
しかし、それは機能していません。