AddOption(_M('Settings',$module),$module,"$home:settings"); $handler = $MIOLO->GetActionURL($module,"$home:settings"); $ui = $MIOLO->GetUI(); $Business = $MIOLO->GetBusiness($module, 'Settings'); $form = $ui->GetForm($module,'SettingsForm',$Business->GetSettings()); if (Form::IsSubmitted()) { $data = $form->GetData(); $content = $Business->SetSettings($data); $content = $MIOLO->Information(_M("The settings were stored with success!!!",$module),$MIOLO->GetACtionURL($module,'main')); } else $content = $form; $theme->SetContent($content); ?>