Skip to content

Commit ab42d1e

Browse files
authored
Merge pull request #1 from landofcoder/develop
Develop
2 parents 76659f3 + 99f6c28 commit ab42d1e

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

Helper/Data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* @category Landofcoder
1717
* @package Lof_All
18-
* @copyright Copyright (c) 2017 Landofcoder (https://www.landofcoder.com/)
18+
* @copyright Copyright (c) 2019 Landofcoder (https://www.landofcoder.com/)
1919
* @license https://www.landofcoder.com/LICENSE-1.0.html
2020
*/
2121

Observer/CheckLicense.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,5 @@ public function execute(\Magento\Framework\Event\Observer $observer)
8787
$obj->setData('local_valid', 0);
8888
}
8989
}
90-
//$obj->setData('local_valid', 1);
9190
}
9291
}

view/frontend/layout/default.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,11 @@
1616
*
1717
* @category Landofcoder
1818
* @package Lof_All
19-
* @copyright Copyright (c) 2016 Landofcoder (https://www.landofcoder.com/)
19+
* @copyright Copyright (c) 2019 Landofcoder (https://www.landofcoder.com/)
2020
* @license https://www.landofcoder.com/LICENSE-1.0.html
2121
*/
2222
-->
2323
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
24-
<!--<head>
25-
<css src="Lof_All::css/fix_magento2.css" />
26-
</head>-->
2724
<body>
2825
<referenceBlock name="head.additional">
2926
<block class="Magento\Framework\View\Element\Template" name="lofall.head.customcss" as="lofall_head_customcss" template="Lof_All::html/head.phtml"/>

0 commit comments

Comments
 (0)