Searched refs:tpl_filename (Results 1 – 1 of 1) sorted by relevance
31 var $tpl_filename; variable in pfcTemplate34 function pfcTemplate($tpl_filename = "") argument36 $this->tpl_filename = $tpl_filename;39 function setTemplate($tpl_filename) argument41 $this->tpl_filename = $tpl_filename;47 if (!file_exists($this->tpl_filename))48 die(_pfc("%s template could not be found", $this->tpl_filename));53 include($this->tpl_filename);