diff --git a/themes/engines/phptemplate/phptemplate.engine b/themes/engines/phptemplate/phptemplate.engine index 5a3dc48b36486063163849137a08141dbd547bf7..be6cb3d08f6b38d70624c05de9e9063bb1146b6b 100644 --- a/themes/engines/phptemplate/phptemplate.engine +++ b/themes/engines/phptemplate/phptemplate.engine @@ -418,5 +418,3 @@ function _phptemplate_render($file, $variables) { ob_end_clean(); // End buffering and discard return $contents; // Return the contents } - -?>