Same name and namespace in other branches
  1. 5.x themes/engines/phptemplate/phptemplate.engine \phptemplate_block()

Prepare the values passed to the theme_block function to be passed into a pluggable template engine.

File

themes/engines/phptemplate/phptemplate.engine, line 282
Handles integration of templates written in pure php with the Drupal theme system.

Code

function phptemplate_block($block) {
  return _phptemplate_callback('block', array(
    'block' => $block,
  ));
}