additional function to return parsed template as string
authorAndreas Unterkircher <unki@netshadow.at>
Mon, 4 Jun 2007 19:14:20 +0000 (19:14 +0000)
committerAndreas Unterkircher <unki@netshadow.at>
Mon, 4 Jun 2007 19:14:20 +0000 (19:14 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@8 fa6a889d-dae6-447d-9e79-4ba9a3039384

phpfspot_tmpl.php

index 4dd24e6ab983bb84803dae45f0bf88096e75e350..affb54373e20d2dca2d94cc29539dffd25d503ed 100644 (file)
@@ -22,6 +22,12 @@ class PHPFSPOT_TMPL extends Smarty {
 
    } // show()
 
+   public function fetch($template)
+   {
+      return $this->fetch($template);
+
+   } // fetch() 
+
 }
 
 ?>