Public Member Functions | |
__construct () |
Definition at line 34 of file Changelog.php.
__construct | ( | ) |
Class constructor
Reimplemented from Mage_Adminhtml_Block_Widget_Form.
Definition at line 37 of file Changelog.php.
00038 { 00039 parent::__construct(); 00040 $this->setTemplate('extensions/remote/changelog.phtml'); 00041 }