Git-Konfiguration
This commit is contained in:
30
Theme.php
Normal file
30
Theme.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
namespace Shopware\Themes\GastroShop;
|
||||
|
||||
use Shopware\Components\Form as Form;
|
||||
|
||||
class Theme extends \Shopware\Components\Theme
|
||||
{
|
||||
protected $extend = 'Responsive';
|
||||
|
||||
protected $name = <<<'SHOPWARE_EOD'
|
||||
Theme Horn Gastronomieshop
|
||||
SHOPWARE_EOD;
|
||||
|
||||
protected $description = <<<'SHOPWARE_EOD'
|
||||
|
||||
SHOPWARE_EOD;
|
||||
|
||||
protected $author = <<<'SHOPWARE_EOD'
|
||||
|
||||
SHOPWARE_EOD;
|
||||
|
||||
protected $license = <<<'SHOPWARE_EOD'
|
||||
|
||||
SHOPWARE_EOD;
|
||||
|
||||
public function createConfig(Form\Container\TabContainer $container)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user