public function index($request)
 {
     if (!MandrillMailer::getInstance()) {
         $this->view = '_NotConfigured';
     }
     return parent::index($request);
 }
 public function index($request)
 {
     // In case we're not showing a specific record, explicitly remove any session state,
     // to avoid it being highlighted in the tree, and causing an edit form to show.
     if (!$request->param('Action')) {
         $this->setCurrentPageId(null);
     }
     return parent::index($request);
 }
 public function index($request)
 {
     return parent::index($request);
 }
 /**
  * @uses LeftAndMain::index()
  */
 public function index($index)
 {
     return parent::index($index);
 }
 public function settings($request)
 {
     return parent::index($request);
 }