Example #1
0
 protected function ShowSettings()
 {
     $this->set('allsettings', SettingsData::GetAllSettings());
     $this->render('settings_mainform.tpl');
 }