Index: phptal.engine =================================================================== RCS file: /cvs/drupal-contrib/contributions/theme-engines/phptal/phptal.engine,v retrieving revision 1.8 diff -u -r1.8 phptal.engine --- phptal.engine 1 Feb 2007 21:38:11 -0000 1.8 +++ phptal.engine 20 Feb 2007 15:01:57 -0000 @@ -9,7 +9,6 @@ // phptal implements allmost any of its magic through calls to phptemplate.engine require_once('themes/engines/phptemplate/phptemplate.engine'); -require_once 'PHPTAL.php'; function phptal_init($template) { return phptemplate_init($template); @@ -55,6 +54,8 @@ global $theme_engine; global $theme_key; + require_once 'PHPTAL.php'; + //D error_log("[TAL] engine=$theme_engine key=$theme_key file=$file"); $phptal = new PHPTAL($file);