Added plugin controller (WIP)
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user