Merge pull request #39 from Julievrz/dev
Update short description and logo
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 2.7 KiB |
+1
-1
@@ -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_);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user