Produced by Araxis Merge on 2023-07-12 04:42:38 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | Porto v4.0.5/Theme Files/Porto Theme/app/code/Mageplaza/Search/etc/adminhtml | menu.xml | 2017-12-05 00:57:18 +0000 |
| 2 | 2023-07-12 04:42:38 +0000 |
| Description | Between Files 1 and 2 | |
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 0 | 0 |
| Removed | 1 | 54 |
| Whitespace | Consecutive whitespace is treated as a single space |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
| Active line-pairing rules |
No regular expressions were active.
| 1 | <?xml | |||||
| 2 | version="1.0" | |||||
| 3 | ?> | |||||
| 4 | <!-- | |||||
| 5 | /** | |||||
| 6 | * Mageplaza | |||||
| 7 | * | |||||
| 8 | * NOTICE OF LICENSE | |||||
| 9 | * | |||||
| 10 | * This source file is subject to the Mageplaza.com license that is | |||||
| 11 | * available through the world-wide-web at this URL: | |||||
| 12 | * https://www.mageplaza.com/LICENSE.txt | |||||
| 13 | * | |||||
| 14 | * DISCLAIMER | |||||
| 15 | * | |||||
| 16 | * Do not edit or add to this file if you wish to upgrade this extension to newer | |||||
| 17 | * version in the future. | |||||
| 18 | * | |||||
| 19 | * @category Mageplaza | |||||
| 20 | * @package Mageplaza_Search | |||||
| 21 | * @copyright Copyright (c) 2017 Mageplaza (http://www.mageplaza.com/) | |||||
| 22 | * @license https://www.mageplaza.com/LICENSE.txt | |||||
| 23 | */ | |||||
| 24 | --> | |||||
| 25 | <config | |||||
| 26 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |||||
| 27 | xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Backend:etc/menu.xsd" | |||||
| 28 | > | |||||
| 29 | ||||||
| 30 | <menu> | |||||
| 31 | ||||||
| 32 | <add | |||||
| 33 | id="Mageplaza_Search::search" | |||||
| 34 | title="Search" | |||||
| 35 | module="Mageplaza_Search" | |||||
| 36 | sortOrder="5" | |||||
| 37 | resource="Mageplaza_Search::configuration" | |||||
| 38 | parent="Mageplaza_Core::menu" | |||||
| 39 | /> | |||||
| 40 | ||||||
| 41 | <add | |||||
| 42 | id="Mageplaza_Search::configuration" | |||||
| 43 | title="Configuration" | |||||
| 44 | module="Mageplaza_Search" | |||||
| 45 | sortOrder="10" | |||||
| 46 | action="adminhtml/system_config/edit/section/mpsearch" | |||||
| 47 | parent="Mageplaza_Search::search" | |||||
| 48 | resource="Mageplaza_Search::configuration" | |||||
| 49 | /> | |||||
| 50 | ||||||
| 51 | </menu> | |||||
| 52 | </config> | |||||
| 53 | ||||||
| 54 |
Araxis Merge (but not the data content of this report) is Copyright © 1993–2019 Araxis Ltd (www.araxis.com). All rights reserved.