| phptemplate.engine | themes/engines/phptemplate/phptemplate.engine | Handles integration of templates written in pure php with the Drupal theme system. |
| phptemplate_body_class | themes/garland/template.php | Sets the body-tag class attribute. |
| phptemplate_breadcrumb | themes/garland/template.php | Return a themed breadcrumb trail. |
| phptemplate_comment_submitted | themes/garland/template.php | |
| phptemplate_get_ie_styles | themes/garland/template.php | Generates IE CSS links for LTR and RTL languages. |
| phptemplate_init | themes/engines/phptemplate/phptemplate.engine | |
| phptemplate_menu_local_tasks | themes/garland/template.php | Returns the rendered local tasks. The default implementation renders
them as tabs. Overridden to split the secondary tasks. |
| phptemplate_node_submitted | themes/garland/template.php | |
| phptemplate_preprocess_page | themes/garland/template.php | Override or insert PHPTemplate variables into the templates. |
| phptemplate_theme | themes/engines/phptemplate/phptemplate.engine | Implementation of hook_theme to tell Drupal what templates the engine
and the current theme use. The $existing argument will contain hooks
pre-defined by Drupal so that we can use that information if
we need to. |