Esempio n. 1
0
 /**
  * Render the Map Settings admin page.
  */
 function renderPage_MapSettings()
 {
     require_once SLPLUS_PLUGINDIR . '/include/class.adminui.mapsettings.php';
     $this->MapSettings = new SLPlus_AdminUI_MapSettings();
     $this->MapSettings->render_adminpage();
 }
Esempio n. 2
0
 /**
  * Render the Map Settings admin page.
  */
 function renderPage_MapSettings()
 {
     require_once SLPLUS_PLUGINDIR . '/include/class.adminui.userexperience.php';
     $this->MapSettings = new SLPlus_AdminUI_UserExperience(array('slplus' => $this->slplus));
     $this->MapSettings->render_adminpage();
 }