summaryrefslogtreecommitdiffstats
path: root/phpfspot_tmpl.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpfspot_tmpl.php')
-rw-r--r--phpfspot_tmpl.php6
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()
+
}
?>