Public Member Functions | |
__construct () |
Definition at line 33 of file Sitemap.php.
__construct | ( | ) |
Block constructor
Reimplemented from Mage_Adminhtml_Block_Widget_Grid_Container.
Definition at line 39 of file Sitemap.php.
00040 { 00041 $this->_controller = 'sitemap'; 00042 $this->_headerText = Mage::helper('sitemap')->__('Google Sitemap'); 00043 $this->_addButtonLabel = Mage::helper('sitemap')->__('Add Sitemap'); 00044 parent::__construct(); 00045 }