Implements hook_theme().
function phptemplate_theme($existing, $type, $theme, $path) {
$templates = drupal_find_theme_functions($existing, array(
$theme,
));
$templates += drupal_find_theme_templates($existing, '.tpl.php', $path);
return $templates;
}