Skip to content

Instantly share code, notes, and snippets.

<?php
class zhuk_Helloworld_Block_Helloworld extends Mage_Core_Block_Template
{
public function _prepareLayout()
{
return parent::_prepareLayout();
}
}