Public Member Functions | |
__construct () |
Definition at line 35 of file Page.php.
__construct | ( | ) |
Block constructor
Reimplemented from Mage_Adminhtml_Block_Widget_Grid_Container.
Definition at line 41 of file Page.php.
00042 { 00043 $this->_controller = 'cms_page'; 00044 $this->_headerText = Mage::helper('cms')->__('Manage Pages'); 00045 $this->_addButtonLabel = Mage::helper('cms')->__('Add New Page'); 00046 parent::__construct(); 00047 }