Ejemplo n.º 1
0
 public function editrank()
 {
     $this->set('title', 'Edit Rank');
     $this->set('action', 'editrank');
     $this->set('rank', RanksData::GetRankInfo($this->get->rankid));
     $this->render('ranks_rankform.tpl');
 }
Ejemplo n.º 2
0
 public function editrank()
 {
     $this->checkPermission(EDIT_RANKS);
     $this->set('title', 'Edit Rank');
     $this->set('action', 'editrank');
     $this->set('rank', RanksData::GetRankInfo($this->get->rankid));
     $this->render('ranks_rankform.php');
 }