X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=phpfspot_tmpl.php;h=affb54373e20d2dca2d94cc29539dffd25d503ed;hp=4dd24e6ab983bb84803dae45f0bf88096e75e350;hb=9ad429db3fa1ecfdca81cdd5a0925d112f3eb677;hpb=61f2970e221f8612e51e7802cc127819c4caa369 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() + } ?>