Merge pull request #39 from Julievrz/dev

Update short description and logo
This commit is contained in:
atomiix
2020-10-30 15:07:30 +01:00
committed by GitHub
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
## About
Adds a new horizontal menu to the top of your PrestaShop.
Make it easy for your visitors to find their way on your store, select the right link and turn it into a menu item.
## Reporting issues
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

+1 -1
View File
@@ -69,7 +69,7 @@ class Ps_MainMenu extends Module implements WidgetInterface
parent::__construct();
$this->displayName = $this->trans('Main menu', array(), 'Modules.Mainmenu.Admin');
$this->description = $this->trans('Adds a new menu to the top of your e-commerce website.', array(), 'Modules.Mainmenu.Admin');
$this->description = $this->trans('Make it easy for your visitors to find their way on your store, select the right link and turn it into a menu item.', array(), 'Modules.Mainmenu.Admin');
$this->ps_versions_compliancy = array('min' => '1.7.1.0', 'max' => _PS_VERSION_);
}