/**
  * @see Core_Controller_Action::postDispatch()
  */
 public function postDispatch()
 {
     parent::postDispatch();
     // custom grid and index
     if ('grid' == $this->_getParam('action') || 'index' == $this->_getParam('action')) {
         $this->_setDefaultScriptPath();
     }
 }