10 lines
269 B
PHP
10 lines
269 B
PHP
<?php
|
|
/**
|
|
* Copyright © 2015 Magento. All rights reserved.
|
|
* See COPYING.txt for license details.
|
|
*/
|
|
\Magento\Framework\Component\ComponentRegistrar::register(
|
|
\Magento\Framework\Component\ComponentRegistrar::THEME,
|
|
'frontend/Venustheme/fasony',
|
|
__DIR__
|
|
); |