Example #1
0
 /**
  * Initialize the template
  *
  * @return	JDeveloperCreate	this
  */
 protected function initialize()
 {
     // standart placeholders
     $this->template->addAreas($this->getDefaultAreas());
     $this->template->addPlaceHolders($this->getDefaultPlaceholders(), true);
     return $this;
 }