function __construct() { $this->tmp = Templater::init(); }
/** * * function: prepareTmp * Prepare templating * @access public * @return Templater */ public function prepareTmp() { $this->tmp = Templater::init(); $this->tmpPrior = $this->tmp->currentTemplate(); }