Created
June 25, 2018 07:14
-
-
Save xndrdev/840379becb69e86d302e23be1eeec74c to your computer and use it in GitHub Desktop.
Revisions
-
xndrdev renamed this gist
Jun 25, 2018 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
xndrdev created this gist
Jun 25, 2018 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,34 @@ <?php namespace Shopware\Themes\DEINTHEME; use Shopware\Components\Form as Form; class Theme extends \Shopware\Components\Theme { protected $extend = 'Responsive'; protected $name = <<<'SHOPWARE_EOD' DEINTHEME SHOPWARE_EOD; protected $description = <<<'SHOPWARE_EOD' SHOPWARE_EOD; protected $author = <<<'SHOPWARE_EOD' SHOPWARE_EOD; protected $license = <<<'SHOPWARE_EOD' SHOPWARE_EOD; protected $css = [ 'src/css/hover-min.css' ]; public function createConfig(Form\Container\TabContainer $container) { } }