From: Alan Knowles Date: Thu, 17 Nov 2011 09:22:38 +0000 (+0800) Subject: JsTemplate.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=a0530f8fcbcaa74de2ae2721ec4f992d13c5c77b JsTemplate.php --- diff --git a/JsTemplate.php b/JsTemplate.php index ac488846..4562690a 100644 --- a/JsTemplate.php +++ b/JsTemplate.php @@ -63,7 +63,7 @@ class Pman_Core_JsTemplate extends Pman { foreach(glob("$dir/*.html") as $fn) { $name = 'Pman.' . $mn .'.' . preg_replace('/\.html$/i', '', $fn); - $this->compile($fn, $name); + echo $this->compile($fn, $name); }