| block.tpl.php | themes/engines/phptemplate/block.tpl.php | |
| box.tpl.php | themes/engines/phptemplate/box.tpl.php | |
| comment.tpl.php | themes/engines/phptemplate/comment.tpl.php | |
| default.tpl.php | themes/engines/phptemplate/default.tpl.php | |
| node.tpl.php | themes/engines/phptemplate/node.tpl.php | |
| phptemplate.engine | themes/engines/phptemplate/phptemplate.engine | Handles integration of templates written in pure php with the Drupal theme system. |
| phptemplate_block | themes/engines/phptemplate/phptemplate.engine | Prepare the values passed to the theme_block function to be passed
into a pluggable template engine. |
| phptemplate_box | themes/engines/phptemplate/phptemplate.engine | Prepare the values passed to the theme_box function to be passed
into a pluggable template engine. |
| phptemplate_comment | themes/engines/phptemplate/phptemplate.engine | Prepare the values passed to the theme_comment function to be passed
into a pluggable template engine. |
| phptemplate_features | themes/engines/phptemplate/phptemplate.engine | |
| phptemplate_init | themes/engines/phptemplate/phptemplate.engine | |
| phptemplate_page | themes/engines/phptemplate/phptemplate.engine | Prepare the values passed to the theme_page function to be passed
into a pluggable template engine. |
| phptemplate_regions | themes/engines/phptemplate/phptemplate.engine | Declare the available regions implemented by this engine. |
| phptemplate_templates | themes/engines/phptemplate/phptemplate.engine | |
| _phptemplate_callback | themes/engines/phptemplate/phptemplate.engine | Execute a template engine call. |
| _phptemplate_default | themes/engines/phptemplate/phptemplate.engine | Default callback for PHPTemplate. |
| _phptemplate_default_variables | themes/engines/phptemplate/phptemplate.engine | Adds additional helper variables to all templates. |