Added plugin controller (WIP)

This commit is contained in:
Frederic Guillot
2016-05-18 22:07:49 -04:00
parent bfd59d9e54
commit 49f43090b2
12 changed files with 116 additions and 20 deletions

View File

@@ -64,19 +64,6 @@ class Config extends BaseController
$this->response->redirect($this->helper->url->to('config', $redirect));
}
/**
* Display the plugin page
*
* @access public
*/
public function plugins()
{
$this->response->html($this->helper->layout->config('config/plugins', array(
'plugins' => $this->pluginLoader->plugins,
'title' => t('Settings').' > '.t('Plugins'),
)));
}
/**
* Display the application settings page
*