phptemplate.engine
- View documentation
- View documentation
- View documentation
- View documentation
- View documentation
- View documentation
- View documentation
- View documentation
- Drupal 4.7
- Drupal 4.7
- Drupal 5
- Drupal 5
- Drupal 6
- Drupal 6
- Drupal 7
- Drupal 7
- View source
- View source
- View source
- View source
- View source
- View source
- View source
- View source
Version 1.54.2.9 (checked in on 2009/05/13 at 16:36:22 by drumm)
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. Uses block properties to generate a series of template file suggestions. If none are found, the default block.tpl.php is used. |
| 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_node | Prepare the values passed to the theme_node function to be passed into a pluggable template engine. |
| phptemplate_page | 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 | 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. |
| _phptemplate_render |
