Exemplo n.º 1
0
 public function beforeRender()
 {
     parent::beforeRender();
     $this->knowledgebase->setLanguage($this->language);
     $this->template->knowledgebase = $this->knowledgebase;
     $this->template->language = $this->language;
     $this->template->production = !$this->context->parameters['site']['develMode'];
     $this->template->version = $this->context->parameters['site']['version'];
 }