function phptemplate_extension

Implements hook_extension().

File

drupal/core/themes/engines/phptemplate/phptemplate.engine, line 30
Handles integration of PHP templates with the Drupal theme system.

Code

function phptemplate_extension() {
  return '.tpl.php';
}