/** * display the form */ public function display() { global $mod_strings, $app_strings; $this->ss->assign('config', SugarThemeRegistry::getThemeConfig($_REQUEST['theme'])); $this->ss->assign('mod', $mod_strings); $this->ss->assign('APP', $app_strings); echo $this->getModuleTitle(false); echo $this->ss->fetch('modules/Administration/templates/themeConfigSettings.tpl'); }