예제 #1
0
 /**
  * rendering a page
  * @return void
  */
 public function renderDefault()
 {
     $this->template->title = $this->title . _("remote nodes configuration");
     $this->template->activation = $this->model->isChanged();
     return;
 }