Last active
January 1, 2016 08:29
-
-
Save xcommerce-gists/8119018 to your computer and use it in GitHub Desktop.
Magento simple Hello World extension: Template
This file contains 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
/** | |
* 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