_view->loadLayout(); $this->_setActiveMenu('Magefan_Blog::import'); $title = __('Blog Import'); $this->_view->getPage()->getConfig()->getTitle()->prepend($title); $this->_addBreadcrumb($title, $title); $this->_view->renderLayout(); } /** * Check is allowed access * * @return bool */ protected function _isAllowed() { return $this->_authorization->isAllowed('Magefan_Blog::import'); } }