Add initial translations, images, templates, and CSS for Leo Bootstrap Menu module
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{*
|
||||
* @Module Name: Leo Bootstrap Menu
|
||||
* @Website: leotheme.com.com - prestashop template provider
|
||||
* @author Leotheme <leotheme@gmail.com>
|
||||
* @copyright Leotheme
|
||||
*}
|
||||
|
||||
<option value=""></option>
|
||||
{foreach from=$widgets item=w}
|
||||
<option value="{$w['key_widget']}">{$w['name']}</option>
|
||||
{/foreach}
|
||||
|
||||
Reference in New Issue
Block a user