我有一个如下形式的Java小程序
$form['applet'] = array(
'#prefix' => '<div>',
'#markup' => '<p align=center>
<applet codebase="." code="Clock.class" width=170 height=150>
</applet>
</p>',
'#suffix' => '</div>',
);
我应该在哪里放置Clock.class
文件以便drupal 总是加载它。与base_path
功能有关。