projects
/
phpfspot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32d8d9f
)
additional function to return parsed template as string
author
Andreas Unterkircher
<unki@netshadow.at>
Mon, 4 Jun 2007 19:14:20 +0000
(19:14 +0000)
committer
Andreas 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
patch
|
blob
|
history
diff --git
a/phpfspot_tmpl.php
b/phpfspot_tmpl.php
index 4dd24e6ab983bb84803dae45f0bf88096e75e350..affb54373e20d2dca2d94cc29539dffd25d503ed 100644
(file)
--- 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()
+
}
?>