phptemplate.engine
Version 1.33.2.2 (checked in on 2006/07/02 at 19:03:10 by killes)
Handles integration of templates written in pure php with the Drupal theme system.
Functions
| Name | Description |
|---|---|
| phptemplate_block | Prepare the values passed to the theme_block function to be passed into a pluggable template engine. |
| phptemplate_box | Prepare the values passed to the theme_box function to be passed into a pluggable template engine. |
| phptemplate_comment | Prepare the values passed to the theme_comment function to be passed into a pluggable template engine. |
| phptemplate_features | |
| phptemplate_init | |
| phptemplate_page | Prepare the values passed to the theme_page function to be passed into a pluggable template engine. |
| phptemplate_regions | Declare the available regions implemented by this engine. |
| phptemplate_templates | |
| _phptemplate_callback | Execute a template engine call. |
| _phptemplate_default | Default callback for PHPTemplate. |
| _phptemplate_default_variables | Adds additional helper variables to all templates. |
