From: Andreas Unterkircher Date: Mon, 4 Jun 2007 19:14:20 +0000 (+0000) Subject: additional function to return parsed template as string X-Git-Tag: phpfspot-1.2~327 X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=commitdiff_plain;h=0052d4e2f5361745060076fe0b5521d5d67afbfb additional function to return parsed template as string git-svn-id: file:///var/lib/svn/phpfspot/trunk@8 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- 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() + } ?>