Add initial translations, images, templates, and CSS for Leo Bootstrap Menu module

This commit is contained in:
2025-01-15 23:39:34 +01:00
parent b789889ba8
commit e5f2620da3
135 changed files with 21475 additions and 1 deletions

View File

@@ -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}