phptemplate_block

Versions
4.7 – 5
phptemplate_block($block)

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

Code

themes/engines/phptemplate/phptemplate.engine, line 281

<?php
function phptemplate_block($block) {
  return _phptemplate_callback('block', array('block' => $block));
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.