Skip to content

Commit

Permalink
config author des
Browse files Browse the repository at this point in the history
  • Loading branch information
khackhanhphung committed Jul 18, 2016
1 parent 06970ea commit d7afd5d
Show file tree
Hide file tree
Showing 85 changed files with 5,050 additions and 5,227 deletions.
38 changes: 19 additions & 19 deletions Block/Adminhtml/Category.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,32 @@
/**
* Mageplaza_Blog extension
* NOTICE OF LICENSE
*
*
* This source file is subject to the MIT License
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/mit-license.php
*
* @category Mageplaza
* @package Mageplaza_Blog
* @copyright Copyright (c) 2016
* @license http://opensource.org/licenses/mit-license.php MIT License
*
* @category Mageplaza
* @package Mageplaza_Blog
* @copyright Copyright (c) 2016
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
namespace Mageplaza\Blog\Block\Adminhtml;

class Category extends \Magento\Backend\Block\Widget\Grid\Container
{
/**
* constructor
*
* @return void
*/
protected function _construct()
{
$this->_controller = 'adminhtml_category';
$this->_blockGroup = 'Mageplaza_Blog';
$this->_headerText = __('Categories');
$this->_addButtonLabel = __('Create New Category');
parent::_construct();
}
/**
* constructor
*
* @return void
*/
protected function _construct()
{
$this->_controller = 'adminhtml_category';
$this->_blockGroup = 'Mageplaza_Blog';
$this->_headerText = __('Categories');
$this->_addButtonLabel = __('Create New Category');
parent::_construct();
}
}
Loading

0 comments on commit d7afd5d

Please sign in to comment.