Remove buttons save and cancel

This commit is contained in:
Diego Najar 2018-03-24 11:31:41 +01:00
parent 21fb47d223
commit e3536a9e2e
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,11 @@
class pluginSitemap extends Plugin { class pluginSitemap extends Plugin {
public function init()
{
$this->formButtons = false;
}
// Method called on the settings of the plugin on the admin area // Method called on the settings of the plugin on the admin area
public function form() public function form()
{ {