From 0052d4e2f5361745060076fe0b5521d5d67afbfb Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Mon, 4 Jun 2007 19:14:20 +0000 Subject: [PATCH] additional function to return parsed template as string git-svn-id: file:///var/lib/svn/phpfspot/trunk@8 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- phpfspot_tmpl.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/phpfspot_tmpl.php b/phpfspot_tmpl.php index 4dd24e6..affb543 100644 --- a/phpfspot_tmpl.php +++ b/phpfspot_tmpl.php @@ -22,6 +22,12 @@ class PHPFSPOT_TMPL extends Smarty { } // show() + public function fetch($template) + { + return $this->fetch($template); + + } // fetch() + } ?> -- 2.25.1