Skip to content

Instantly share code, notes, and snippets.

@steverobbins
Last active August 29, 2015 14:13
Show Gist options
  • Save steverobbins/6796d29b7c713ff3a522 to your computer and use it in GitHub Desktop.
Save steverobbins/6796d29b7c713ff3a522 to your computer and use it in GitHub Desktop.
<?php
/**
* Short description of module
*
* PHP version 5
*
* @category Kering
* @package Kering_Modulename
* @author Kering Magento Team <magento@kering.com>
* @copyright 2015 Kering
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @link http://www.kering.com/
*/
$some = code();
<?xml version="1.0" encoding="utf-8"?>
<!--
/**
* Short description of module
*
* @category Kering
* @package Kering_Modulename
* @author Kering Magento Team <magento@kering.com>
* @copyright 2015 Kering
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @link http://www.kering.com/
*/
-->
<layout>
<updates />
</layout>
/**
* Short description of module
*
* @category Kering
* @package Kering_Modulename
* @author Kering Magento Team <magento@kering.com>
* @copyright 2015 Kering
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @link http://www.kering.com/
*/
.some.styles {
}
/**
* Short description of module
*
* @category Kering
* @package Kering_Modulename
* @author Kering Magento Team <magento@kering.com>
* @copyright 2015 Kering
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* @link http://www.kering.com/
*/
var some = code();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment