Lines Matching defs:tpl
13 protected $tpl;
33 * @param string $tpl template name: if not passed as argument, the default value from $conf will be used
37 public function __construct($tpl = '', $preview = false, $reinit = false)
39 if (!$tpl) {
41 $tpl = $conf['template'];
43 $this->tpl = $tpl;
94 $inifile = str_replace('%TEMPLATE%', $this->tpl, $inifile);
146 "Please contact developer of \"$this->tpl\" template.", 2);
149 msg("Stylesheet $file not found, please contact the developer of \"$this->tpl\" template.", 2);
167 return tpl_basedir($this->tpl);