File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace Webgriffe \Theme \Block \Html ;
3
+ namespace Webgriffe \BootstrapMenu \Block \Html ;
4
4
5
5
use Magento \Theme \Block \Html \Topmenu as CoreTopmenu ;
6
6
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
3
xsi : noNamespaceSchemaLocation =" urn:magento:framework:ObjectManager/etc/config.xsd" >
4
- <preference for =" Magento\Theme\Block\Html\Topmenu" type =" Webgriffe\Theme \Block\Html\Topmenu" />
4
+ <preference for =" Magento\Theme\Block\Html\Topmenu" type =" Webgriffe\BootstrapMenu \Block\Html\Topmenu" />
5
5
</config >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
3
xsi : noNamespaceSchemaLocation =" urn:magento:framework:Module/etc/module.xsd" >
4
- <module name =" Webgriffe_Theme " setup_version =" 1.0.0" >
4
+ <module name =" Webgriffe_BootstrapMenu " setup_version =" 1.0.0" >
5
5
<sequence >
6
6
Magento_Theme
7
7
</sequence >
Original file line number Diff line number Diff line change 2
2
3
3
\Magento \Framework \Component \ComponentRegistrar::register (
4
4
\Magento \Framework \Component \ComponentRegistrar::MODULE ,
5
- 'Webgriffe_Theme ' ,
5
+ 'Webgriffe_BootstrapMenu ' ,
6
6
__DIR__
7
7
);
You can’t perform that action at this time.
0 commit comments