Skip to content

Instantly share code, notes, and snippets.

@xcommerce-gists
Last active January 1, 2016 08:29
Show Gist options
  • Save xcommerce-gists/8119018 to your computer and use it in GitHub Desktop.
Save xcommerce-gists/8119018 to your computer and use it in GitHub Desktop.
Magento simple Hello World extension: Template
/**
* Magento simple Hello World extension: Template
*
* Template that formats static text
* provided for documentation purposes in the
* Magento 1.x Extension Developer's Guide
*
* @copyright Copyright (c) 2014 eBay Inc. (http://www.magentocommerce.com)
*/
<br />
<br />
<h3><?php echo $this->getHello(); ?></h3>
<p>Thank you for using the HelloWorld Tutorial</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment