- Remove unused custom::ajaxMenu method.
This commit is contained in:
@@ -431,21 +431,6 @@ class custom extends control
|
||||
return print($this->loadModel('setting')->getItem("owner={$this->app->user->account}&module={$module}§ion={$section}&key={$key}"));
|
||||
}
|
||||
|
||||
/**
|
||||
* Custom menu view
|
||||
*
|
||||
* @param string $module
|
||||
* @param string $method
|
||||
* @access public
|
||||
* @return void
|
||||
*/
|
||||
public function ajaxMenu($module = 'main', $method = '')
|
||||
{
|
||||
$this->view->module = $module;
|
||||
$this->view->method = $method;
|
||||
$this->display();
|
||||
}
|
||||
|
||||
/**
|
||||
* Ajax set menu
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user