add(array( 'dictionaryKey'=>'plugin-configured', 'notes'=>$plugin->name() )); // Call the method post of the plugin $plugin->post(); Alert::set( $L->g('The changes have been saved') ); Redirect::page('configure-plugin/'.$plugin->className()); } // ============================================================================ // Main after POST // ============================================================================ // Title of the page $layout['title'] = $L->g('Plugin').' - '.$plugin->name().' - '.$layout['title'];