Created
July 15, 2018 13:52
-
-
Save djbolya/ec0e1b2b5c51e62bfe5e22616d7713ac to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
class zhuk_Helloworld_Block_Helloworld extends Mage_Core_Block_Template | |
{ | |
public function _prepareLayout() | |
{ | |
return parent::_prepareLayout(); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment