Example #1
0
 public function postDispatch()
 {
     parent::postDispatch();
     $block = $this->loadLayout()->getLayout()->createBlock('M2ePro/adminhtml_cmd_footer');
     $this->getResponse()->appendBody($block->toHtml());
 }