Home
last modified time | relevance | path

Searched refs:tpl_filename (Results 1 – 1 of 1) sorted by relevance

/plugin/freechat/phpfreechat/src/
H A Dpfctemplate.class.php31 var $tpl_filename; variable in pfcTemplate
34 function pfcTemplate($tpl_filename = "") argument
36 $this->tpl_filename = $tpl_filename;
39 function setTemplate($tpl_filename) argument
41 $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);