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