| 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. Uses block properties to generate a
series of template file suggestions. If none are found, the default
block.tpl.php is used. |
| phptemplate_body_class | themes/garland/template.php | Sets the body-tag class attribute. |
| 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_breadcrumb | themes/garland/template.php | Return a themed breadcrumb trail. |
| 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_comment_wrapper | themes/garland/template.php | Allow themable wrapping of all comments. |
| phptemplate_features | themes/engines/phptemplate/phptemplate.engine | |
| 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. |
| phptemplate_node | themes/engines/phptemplate/phptemplate.engine | Prepare the values passed to the theme_node function to be passed
into a pluggable template 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. Uses the arg() function to
generate a series of page template files suggestions based on the
current path. If none are found, the default page.tpl.php... |
| 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. |
| _phptemplate_render | themes/engines/phptemplate/phptemplate.engine | |
| _phptemplate_variables | themes/garland/template.php | Override or insert PHPTemplate variables into the templates. |