Skip to content

Instantly share code, notes, and snippets.

@djbolya
Created July 15, 2018 13:52
Show Gist options
  • Save djbolya/ec0e1b2b5c51e62bfe5e22616d7713ac to your computer and use it in GitHub Desktop.
Save djbolya/ec0e1b2b5c51e62bfe5e22616d7713ac to your computer and use it in GitHub Desktop.
<?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