Example #1
0
 protected function initialize()
 {
     $this->template->addPlaceHolders(array('author' => $this->item->get('author'), 'author_email' => $this->item->get('author_email'), 'author_url' => $this->item->get('author_url'), 'configfields' => $this->getConfigFields(), 'configform' => $this->getForm($this->item->form_id), 'copyright' => $this->item->get('copyright'), 'creationdate' => date("M Y"), 'licence' => $this->item->get('licence'), 'version' => $this->item->get('version'), 'languages' => $this->lang()));
     return parent::initialize();
 }