diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-06-04 19:14:20 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-06-04 19:14:20 +0000 |
commit | 0052d4e2f5361745060076fe0b5521d5d67afbfb (patch) | |
tree | 9acac40fb66be81cac0490ef2d9424f4429944ba /phpfspot_tmpl.php | |
parent | 32d8d9f61c75032cb181993c16e6964eb8601843 (diff) |
additional function to return parsed template as string
git-svn-id: file:///var/lib/svn/phpfspot/trunk@8 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'phpfspot_tmpl.php')
-rw-r--r-- | phpfspot_tmpl.php | 6 |
1 files changed, 6 insertions, 0 deletions
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() + } ?> |